Difference between revisions of "Particle accelerator"
Jump to navigation
Jump to search
(First post) |
(Page overhaul 1) |
||
Line 1: | Line 1: | ||
− | {| | + | {{Infobox homebrewapp |
− | + | | image = | |
− | + | | title = Particle accelerator | |
− | + | | description = A (very simple) game I made. To play, you turn the wiimote sideways and use the arrow keys to dodge the incoming particles. | |
+ | | type = Game | ||
+ | | author = [[User:Bubble-07|Bubble-07]] | ||
+ | | display = | ||
+ | | download = [[:image:Particle_Accelerator.zip|Version 1.0]] | ||
+ | | source = included | ||
+ | | peripherals = {{Wiimote1}} | ||
+ | | hbb = 0 | ||
+ | }} | ||
+ | '''Paricle Accelerator''' is a game with 70's videogame style graphics. (Only black and white.)It's a very simple game. To play, turn the wiimote on it's side, and use the up and down arrows to move your particle to dodge the incoming particles. (Which are randomly generated). This game was programmed in C, and is my first game in C. You can give suggestions, but don't give too many, as I learn the best if I learn on my own. | ||
− | + | ==Post your highscores here!!!== | |
− | + | Note: post your highscore under this header. If you get a higher score, delete the one here. | |
− | |||
− | + | Bubble-07: 1289 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==Licence== | ||
+ | Completely open-source | ||
− | == | + | ===Compiling for Wii=== |
− | + | Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[:image:Particle_Accelerator.zip]] source and binary | |
− |
Revision as of 17:34, 17 October 2008
Particle accelerator | |
General | |
---|---|
Author(s) | Bubble-07 |
Type | Game |
Links | |
[[Version 1.0|Download]] | |
Source Included | |
Peripherals | |
![]() |
Paricle Accelerator is a game with 70's videogame style graphics. (Only black and white.)It's a very simple game. To play, turn the wiimote on it's side, and use the up and down arrows to move your particle to dodge the incoming particles. (Which are randomly generated). This game was programmed in C, and is my first game in C. You can give suggestions, but don't give too many, as I learn the best if I learn on my own.
Post your highscores here!!!
Note: post your highscore under this header. If you get a higher score, delete the one here.
Bubble-07: 1289
Licence
Completely open-source
Compiling for Wii
Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake)
- image:Particle_Accelerator.zip source and binary