Introduction
Hello. I'm making a recreation of the first game I ever made. It's not meant to be big or anything, but so far it's playable... Sort of.
Objective
The objective of the game is to move in a direction until the goal has been reached. Once the goal has been reached, you progress to a new, harder level. Once you've started moving, you can't stop. You can only move in a different direction.
Controls
** Up Key ** ... ** Move North **
** Right Key ** ... ** Move East **
** Down Key ** ... ** Move South **
** Left Key ** ... ** Move West **
Remarks
This is a relatively simple game. It is open-source, so the source is attached here, as well as the only required sprite, which you don't even have to download if you comment out a few lines of code, and uncomment one line of code.
What's been done
* Controls
* Graphics
* Level Perspective
* Debug Mode / Release Mode
* Scoring
* Level Loader
* Level Editor
* Life System
What's being worked on
Project Finished.
What needs to be done
I've decided against high scores, this game just isn't styled for that
What might be done
No point in multiplayer.
Source Code
Get the source code here.
Screenshots
[img]
[/img]
News
Project finished.
I changed the scoring system to use a "bonus". It will now see how quick you can complete the level... The quicker you beat the level, the more points you get.
Cheers,
-naota