SeanoNET / Chopper-2D

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 97.3%Language:C 2.7%