Skip to content

A simple 2D platform style mini game using the DirectX SDK. Developed in 2011 when studying Diploma of Software Development.

License

Notifications You must be signed in to change notification settings

SeanoNET/Chopper-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Chopper-2D

A simple 2D platform style mini game using the DirectX SDK. Developed in 2011 when studying Diploma of Software Development.

Overview

Fly a helicopter through an asteroid field in space. The objective is to get through the asteroid belt safely.

Getting Started

These instructions will get your clone of Chopper-2D up and running on your local machine for development.

Prerequisites

Running the project locally

  • Open the solution in Visual Studio and Target x86 - then Hit F5 🎉🎉🎈

If you have compile error 😥

  1. Right click the Chopper project in the Solution Explorer and click Properties

  2. Navigate to VC++ Directories

  3. 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)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple 2D platform style mini game using the DirectX SDK. Developed in 2011 when studying Diploma of Software Development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published