Hello everybody! I am creating a small platformer called Faster. The end goal for the game is to have a random level generator that creates rooms for the player. I plan to release Faster as a free open-source game on the computer then re-write it using C# and XNA for the Windows Phone, and Lua and Corona for Android and IOS.
The game consists of 20X20 "rooms" full of obstacles that the player has to get through to reach the exit to the room. The player has 20 lives(that may be changed to 20 lives per room depending on how hard I decide to make the game). The only thing I have left to work on is the level generator and making some minor adjustments then the game is ready to be released!
Game download link(source and executable):
http://www.mediafire.com/download/y185o3ysu49u21n/Faster+-+Build+3.zipThis download includes everything you need to run the game in the "Faster" file and the source code for the game in the "Faster Source" file.
Also, in the options screen to change the options hover your mouse over the option you want to change and press the left arrow key to lower the value and the right arrow key to raise the value(I may change this to something that is easier to use in the future). The only option that will be saved is the "volume" option. The others are disabled and do nothing(these options will be replaced with other things later).
This is my first attempt at a game or any large programming project so I would appreciate any feedback you have about the game mechanics, my code, or anything else. I am also looking for some feedback on the performance of the game. The frame rate limit is locked at 60 but if the game drops below that at any point please tell me and include your computer's specs in the comment.
I will be able to update the post to provide a video and screenshots soon. Also the sound is obviously temporary. It is just some things I found that I thought were funny at the time and they stuck.
Thanks for your time and I hope you enjoy the game!
Video:
Screenshots are now attached at the bottom.
(Update: 2/5/14)
I have updated the download link to the current state of the game. I have made the random level generator and it is working well but is not complete. It may make a level that is impossible to complete and if this happens just hit the "n" key. It will generate a new level. Also, if you get to a place in the level where it is impossible to complete, hit the "r" key to reset the level. The levels that will be created will not be very exciting right now. It works by placing predefined groups of tiles around a line that is made from one side of the room to the other. I have only created 3 groups so far but I will obviously be adding more once the level generator is complete.
I have also fixed a few of the bugs in the game. Most of them were collision issues. There are a few bugs that I need to fix with the random level generator.
I have also changed the music to a song I made in Garage Band three years ago. I know it's terrible, I will make the final music once the game is complete.