This is my Australia Year 12 project for my Software Development course, the requirements where just that it had to compile and use an array but I felt like making something remotely fun
The game is called SHMUPEH. It's a simple bullet-dodging enemy shooting game.
Most of the controls are explained when you load the game, except that F5 is used to take a screenshot.
I am using SFML primarily for rendering everything, the game as of now contains no networking, audio or use of any of the other libraries SFML provides. (I would probably be using networking and audio if I wasn't on a time limit to finish the project)
Note:This code has gone through a lot of revisions and I can't say I'm proud of it. Like any programmer who works on a project for a long time they start to see so many flaws in it that they just want to start again. This project has been remade at least 4 times due to this and I find that if I keep remaking it it never gets done.
As such I cannot say I am happy with this code, however I hope the end result is at least a bit enjoyable.
Screenshots:
Download:
http://www.electronicfiles.net/files/11823/Programs/SHMUPEH.rarSource Code:
http://www.electronicfiles.net/files/11823/Programs/SHMUPEH_SOURCE.rar[Note] The download includes the source code.
Enjoy.