Here will I announce my entry for the Omnimaga Contest 2013 - Calculator Gaming Roots The game is named Piko Piko, it's a whack-a-mole game based on the game Tontie, available on Eyezmaze. Due to the fact I started it the day before yesterday, It won't be as I wanted exactly : I'll surely have no time to create shop.
The game is playable with numeric keypad, you need to hit moles coming from one of the 9 holes on the ground. Each new level (only 4 levels nowadays ><) brings a new thing, like spike mole or shy mole. You'll have 5 game difficulty, from nooooooob to xtrem (3HP).
More things in the readme, maybe this evening I'll add a screenshot.
I use Axe 1.2.1, the game is currently around 4KB, and works quite well with 6MHz.
Hi guys,
Here's the game Piko Piko. It's a whack-a-mole game based on the game Tontie, available on Eyezmaze.
The game is playable with numeric keypad, you need to hit moles coming from one of the 9 holes on the ground. Each new level (currently, only 4 levels ><) brings a new thing, like spike mole or shy mole. You'll have 5 game difficulty, from nooooooob (no damage) to xtreme (3HP).
I'll add features like more mole type, shop and achievements.
.. If I've time this weekend I may code shop. It will include more powerful hammers (should be graphically the same, though) and health recovery, like in the original. [hardcore coding] I may also edit game over menu, and include a level-choosing box. [possible]
Done •Added health recovery bonus : if your life isn't full, mole have 25% chance to loot a HP instead of coins •Added (planned) pause feature : press (0) to enable/disable pause •Finished what I said I would do : now N00B, HARD & XTREME modes work as expected
Bugfixes (and glitchfixes) •Exiting a level by presing [clear] unlocks next level as it you finished the level (this bug is available in contest release .__.)
If you get any idea of possible new mole, item, achievement, feature, source code improvements.. Please tell me here !
Attachments : readme.txt (last version) and last screenshot
I'll present here my entry for the 2012 Apocalypse Contest. One Day Left is a game, coded in Axe, in which you have one day left to live before the apocalyptical end of the universe. Only one thing is sure with this game : at the end, you will die. It's a black and white RPG in which you may meet scientists, beautiful girls, zombificated humans, US army, and maybe your own family or someone else's family. If I can finish it at time, you will have more than one way to die ...
If you have sprite suggestions for the map (or any other idea), please send it to me : [email protected]
I don't know if this topic will be updated this week, but I'm sure before 3 weeks I'll post a release of the game. Enjoy And don't forget to choose me !
Spoiler For Features:
•Contrast Effects •Interrupts ► Sun and Moon rising in the background •Moving Talking NPCs •Displaying text letter by letter •Will be optimized for size, but if it's too big I'll put it in an App and optimize speed.
This is a secret project for the moment, but I think in June/July it will be finished and publishable. What I can actually say is that this is an Axe project, helping to make Axe projects It's supposed to backup source code, launch asm program and edit the source code in some ways. But if you can wait, I think (and §I hope) that it will help lots of people (for those who are not beginning in Axe).
With Deep Thought's help, I modified it : now we have two modes, port and sound. At beginning you can choose between both by pressing P or S. Port mode: • Ball can be drive by port. Contact with ground and pin1 on the jack make ball go to right, contact with other pin make ball go left. • Contact between all pins start/restart game, and while playing it opens the bugged sprite editor. Sound mode: • It plays a little melody while playing, another in game over, and a sound when hitting a bar. • Sounds are bad, but I don't know very well Axe interrupts; and game is slower. Don't connect headphones while playing in port mode, it will make game over or other things like this ...
I hope that Deep Thought will can upload it fast. Thanks to him and to Axe Parser.
Yesterday and this morning I made a 3D modeller in Axe. It can zoom (1~15), and make a horizontal rotation from 0 to 359°. It's not very fast, a complete rotation of a 13-pixel object takes 16 seconds ! (yeah, it's objects pixel per pixel, but I'm working on lines)
Code:
Spoiler For code:
.VIEW3D
[hex code->GDB1 zeros(3*•->GDB0 for(I,0,3*•-1 {GDB1+I}->{GDB1+I} End 0->X->G->I 1->Z 12->L Repeat getkey(15) sub(DRW DispGraphClrDraw If getkey(25) G+1^2->G Pause 300 End If getkey(2) X-1->X If X>360:359->X End:End If getkey(3) X+1^360->X End If Z>1 and getkey(50) Z-1->Z:End If Z<15 and getkey(49) Z+1->Z:End End Return
.LBLs
Lbl DRW X->r4 For(I,0,L 3*I+GDB0->A 3*I+GDB1->B For(r3,0,2 {B+r3}*Z-(128*Z)+128->{A+r3} End sub(XYZ,A,r4 Pxl-On(S+48,T+32 End Return
Hex code: write the XYZ place of a pixel. [808080] is the zero. ( the center of screen is the middle of var: 128) To have a little tower, write: [808080808180808280] and add [808081] for an eventual hall
• is the number of points, for the moment you have to do equations with it, and write results directly in source code ( this stage is dangerous for Ram, so don't make mistake while adding numbers. But you've got a calc, no ?
I less than 1 hour, I made a piano in Axe, which can play sound on five octaves. (Axe sound in Hertz : Freq(32768/Hz, TIME) ) I add a picture, a mix of 8 white keys, 5 blacks, and a hole at the end of each key : When we press a key, I make sound, and a X ( for blacks ) or a little donut ( whites ) go out of the key
You need to take your calc with the screen on your left, and the port on your right. To play a note, press the key as it were a real piano : the [2nd] to [->] keys are the 8 whites, and to play black keys, its the key just over the white : C note is [2nd], C# is [mode], D is [alpha], D# is [xtOn], etc. with [▲] or [apps] you can go down of an octave, and go up with [▼] or [1].
I'll put codes soon, and a gif in 2 weeks ( no wabbitemu here, in vacations ... :'()
In my sig you can see a coffee maker project, and I need calc's port.
I've questions: • in command Port( , what are the three statuses ? • how does the Send( and Get( command works ? • how many bits ( not bytes ! ) can receive my calc in a second ? (TI 83+)
• How many milliseconds will it take to receive a 48*64 image with 4 level grayscale ? (384bytes*2pics, I think )
I had a crazy idea : make a coffee maker with milk and sugars, which is link to an arduino platform. The com pins of arduino are link to calc ...
Now I've done just the program where you can choose what you want, in french or english, and save your prefs. I've done too the commands list for communication ( Is there milk ? / Give a sugar / It's done ! )
I've begun the X-8lue project some weeks ago, and now I want to show it. It's a program which read the HTML code put in Str1, and then it displays websites.
Now it's only in TI-Basic, but if you say me how to read DCS7 folders, I'll make it as an axe DSC7 SE, and maybe we'll can make it compatible with Doc DE 7, so it would be possible to edit code on DocDE7 and read on X-8lue ...
Now I'll try to read the DCS7 folders, but I may crash it. So please give me the structure before !
bonjour, le voudrais savoir comment on peut tirer un son du port de la TI en ayant un fréquence potable c'est à dire que je pourrais faire exactement 440 Hz avec un simple calcul ... et est-ce qu'il y a des fonctions pour faire passer ou pas le courant sur le port ? on pourrait mettre un vibreur ET un speaker dessus ( )