I'm also releasing the source, so if anyone wanna try building it or look at it, you're welcome. I tried doing some documentation along with the source, but I'm not good at it, at all. Any comments? Suggestions or ideas?
So here it is:
And you can download the source, the build and the project file (for mac) here:
http://www.filefront.com/15662339/zaCoins.zip
Game Instructions:
Code: Select all
-Controls:
- WASD - Move selection
- Space - Choose current coins
- 1 - Simple Mode ( Green )
- 2 - Hardcore Mode ( Red )
- Q - quit
- Enter - Keep playing ( After winning )
-Basics
The objective of the game is to score as many points as possible. The points are represented as a green or red bar in the bottom of the window.
The SImple Mode is the relaxed, no-brainer mode. The Hardcore Mode is a requires a little more thinking. You can switch mode any time during the game by pressing 1 or 2.
Every coin has a value from 0-3.The total value of the selected coins determines your score.
You move the selection with the WASD keys and choose the currently selected coins with the space button.
When you push the space button, the game rewards you with points, the bar in the bottom of the window stretches out and the coins disappear.
New coins then appear from the top of the window.
-Simple Mode (Green)
Your objective is to get as high total value as possible. You select a maximum of 5 coins at the same time, both the red and green lines mark your selection. The bar in the bottom of the window is green.
-Hardcore Mode (Red)
Your objective is to get a total value as close to 6 as possible. You select a maximum of 3 coins at the same time, the red lines mark your selection. The bar in the bottom of the window is green
-Winning the game
You win the game when your score bar reaches the right end of the window(600).
When you win, all the coins disappear and your score slowly depletes. Press enter to keep playing. I have not created a representation for scores over 600.