
BlockDodger
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
===============================================
IMPORTANT: Visual C++ Redistributable for Visual Studios 2012 is required or you'll get a missing MSVCP110.dll error. Download on the URL provided below. Be sure to download the 32-bit version (x86)!
http://www.microsoft.com/en-us/download/details.aspx?id=30679
ALSO IMPORTANT: Make sure your computer has a decent graphics card (Nvidia or AMD). Computers without dedicated graphics can overheat to the point of shutdown!
If providing feedback, please provide some details. Don't leave vague feedback like "The game doesn't run". Tell me what you did, what messages you see, etc.
===============================================
This is a really simple game made in C++. You are the green cube and you must avoid all the red cubes. You can shoot blue bullets to destroy red cubes, but you can only have 1 bullet on the screen at a time.
The codebase for this game is a graphics wrapper for OpenGL that I made that's based off the tutorials at http://open.gl/
You can download the wrapper at the "GraphicsWrapper" here: https://app.box.com/s/p533pm7vea8ho9rihnuq
The point of this project was to make a robust GameObject system that would facilitate the making of little games. The GameObject system uses the GraphicsWrapper to render cubes on the screen.
Controls:
- Left and Right Arrow Keys: Move
- Space: Shoot bullet
- Enter: Restart game (only if Game Over)
- Esc: Quit game
Notice: This is a really simple game. There's probably more impressive stuff people made here. Don't expect anything innovative. The whole point is to demonstrate the GameObject system and GraphicsWrapper made in C++.
Libraries used include GLEW, GLM, FreeImage, and SDL. I didn't know how to do fast input with SDL, so the player movement will be odd. It will act like a text cursor being moved with arrow keys. May require a Windows computer that supports OpenGL 3 or greater.
I encourage anyone to look at the source code on Github (link provided above).
You can look at the list of commits here: https://github.com/JISyed/JIS-LudumDare28/commits?author=JISyed
==========================================
Update 01-12-14: A little late, but I made a post compo version of the game with more interesting block spawning behavior. It has difficulty scaling.
IMPORTANT: Visual C++ Redistributable for Visual Studios 2012 is required or you'll get a missing MSVCP110.dll error. Download on the URL provided below. Be sure to download the 32-bit version (x86)!
http://www.microsoft.com/en-us/download/details.aspx?id=30679
ALSO IMPORTANT: Make sure your computer has a decent graphics card (Nvidia or AMD). Computers without dedicated graphics can overheat to the point of shutdown!
If providing feedback, please provide some details. Don't leave vague feedback like "The game doesn't run". Tell me what you did, what messages you see, etc.
===============================================
This is a really simple game made in C++. You are the green cube and you must avoid all the red cubes. You can shoot blue bullets to destroy red cubes, but you can only have 1 bullet on the screen at a time.
The codebase for this game is a graphics wrapper for OpenGL that I made that's based off the tutorials at http://open.gl/
You can download the wrapper at the "GraphicsWrapper" here: https://app.box.com/s/p533pm7vea8ho9rihnuq
The point of this project was to make a robust GameObject system that would facilitate the making of little games. The GameObject system uses the GraphicsWrapper to render cubes on the screen.
Controls:
- Left and Right Arrow Keys: Move
- Space: Shoot bullet
- Enter: Restart game (only if Game Over)
- Esc: Quit game
Notice: This is a really simple game. There's probably more impressive stuff people made here. Don't expect anything innovative. The whole point is to demonstrate the GameObject system and GraphicsWrapper made in C++.
Libraries used include GLEW, GLM, FreeImage, and SDL. I didn't know how to do fast input with SDL, so the player movement will be odd. It will act like a text cursor being moved with arrow keys. May require a Windows computer that supports OpenGL 3 or greater.
I encourage anyone to look at the source code on Github (link provided above).
You can look at the list of commits here: https://github.com/JISyed/JIS-LudumDare28/commits?author=JISyed
==========================================
Update 01-12-14: A little late, but I made a post compo version of the game with more interesting block spawning behavior. It has difficulty scaling.