A simple 2D platform style mini game using the DirectX SDK. Developed in 2011 when studying Diploma of Software Development.
Fly a helicopter through an asteroid field in space. The objective is to get through the asteroid belt safely.
These instructions will get your clone of Chopper-2D up and running on your local machine for development.
- Open the solution in Visual Studio and
Target x86
- then HitF5
🎉🎉🎈
-
Right click the Chopper project in the Solution Explorer and click
Properties
-
Navigate to
VC++ Directories
-
Under
General
make sure your VC++ Include and Library Directories are referencing the correct install location of the DirectX Software Development Kit
Include Directories | C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include;$(IncludePath) |
Library Directories | C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86;$(LibraryPath) |
- Sean O'Loughlin - SeanoNET
This project is licensed under the MIT License - see the LICENSE.md file for details