In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Particle accelerator"

From WiiBrew
Jump to navigation Jump to search
m
m
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
 
'''Particle 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 its 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.
 
'''Particle 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 its 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 high scores here!!!==
+
== Post your high scores here!!! ==
 
Note: post your high score under this header. If you get a higher score, delete the one here.  
 
Note: post your high score under this header. If you get a higher score, delete the one here.  
  
Jedicommando:3210
+
cherub: 2 million!!!!!! (OMFG)
  
===Compiling for Wii===
+
=== Compiling for Wii ===
 
Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake)
 
Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake)
  
 
*[[Media:Particle_Accelerator.zip|Particle_Accelerator.zip]] source and binary
 
*[[Media:Particle_Accelerator.zip|Particle_Accelerator.zip]] source and binary

Latest revision as of 20:34, 3 September 2021

Particle Accelerator
General
Author(s)Bubble-07
TypeArcade game
Version1.0
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
WiimoteHorizontal.svg

Particle 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 its 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 high scores here!!!

Note: post your high score under this header. If you get a higher score, delete the one here.

cherub: 2 million!!!!!! (OMFG)

Compiling for Wii

Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake)