Particle accelerator: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Bubble-07 (talk | contribs)
First post
 
Bubble-07 (talk | contribs)
Page overhaul 1
Line 1: Line 1:
{| class="toccolours" cellspacing="5" style="float: left; width: {{{width|41em}}}; text-align: left; font-size: 90%; margin: 1 1 3em 3em; {{#if:{{{hbc<includeonly>|</includeonly>}}} | border:3px solid skyblue; | }}"
{{Infobox homebrewapp
 
| image =
 
| title = Particle accelerator
== 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.


Particle Accelerator is a game I made myself. You use the wiimote turned sideways
==Post your highscores here!!!==
to dodge the incoming particles. It also has some 70's videogame style graphics and
Note: post your highscore under this header. If you get a higher score, delete the one here.  
"menus".  


== Instructions ==
Bubble-07: 1289
Step 1. Download file
Step 2. Read Readme
Step 3. Follow instructions
Step 4. Open game in Homebrew Channel
Step 5. Look at the information on the homebrew channel.
Step 6. Play game


==Licence==
Completely open-source


== Information ==
===Compiling for Wii===
Full source is included. This game is a port of my calculator game 'Pixel Dodger'. The original
Just simply compile "main.c" using your favorite compiler. (Programmer's notebook is recommended for simplicity's sake)
was made on a TI-84 in BASIC... Anyways, before I go on with my memories, I'll just tell you that this game was fairly simple to create. (Once I figured out how to get everything to work). Notice that this is still a work in progress, but it probably won't be updated soon.
 
{| class="toccolours" cellspacing="5" style="float: right; width: {{{width|21em}}}; text-align: left; font-size: 90%; margin: 0 0 3em 3em; {{#if:{{{hbc<includeonly>|</includeonly>}}} | border:3px solid skyblue; | }}"
|-
! style="text-align: center; font-size: 130%;" colspan="2" | ''{{{title|{{Info}}}}}''
 
|-
{{#if: {{{image<includeonly>|</includeonly>}}} |
{{!}} style="text-align: center" colspan="2" {{!}}
{{!}}-
}}
{{#if: {{{desc<includeonly>|</includeonly>}}} |
! Description: A very simple game I made... My first homebrew game! Just download and follow instructions. (Also, can I have some help with this page? I don't really understand all of this template stuff... So, if you've done this before, can you teach me how to get some things to work?)
{{!}}
{{!}}-
}}
{{#if: {{{license<includeonly>|</includeonly>}}} |
! License: Open source
{{!}}
{{!}}-
}}
{{#if: {{{author<includeonly>|</includeonly>}}} |
! Author: Bubble-07
{{!}}
{{!}}-
}}
{{#if: {{{version<includeonly>|</includeonly>}}} |
! Version: 1.0
{{!}}
{{!}}-
}}
{{#if: {{{download<includeonly>|</includeonly>}}} |
! Download: [http://www.wiibrew.org/wiki/Image:Particle_Accelerator.zip download page]
{{!}}
{{!}}-
}}
{{#if: {{{source<includeonly>|</includeonly>}}} |
! Source: Included
{{!}}
{{!}}-
}}
{{#if: {{{peripherals<includeonly>|</includeonly>}}} |
{{!}} colspan="2" {{!}}
{{{!}} class="wikitable" style="text-align: center;" width="100%" cellspacing="3"
{{!}}-
{{!}}'''Peripherals'''
All you need is a wiimote.
{{!}}}
{{!}}-
}}
{{#if: {{{hbc<includeonly>|</includeonly>}}} |
{{!}} colspan="2" style="font-size:80%;text-align:center;" {{!}} ''Full [[Homebrew Channel]] Support''
{{!}}-
}}
<includeonly>[[Category:Homebrew applications]]</includeonly><noinclude>


{{Documentation}}
*[[:image:Particle_Accelerator.zip]] source and binary
</noinclude>

Revision as of 16:34, 17 October 2008

Particle accelerator
General
Author(s)Bubble-07
TypeGame
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)