Skip to content

newagebegins/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroids in C++ for Windows and Android

A simple cross-platform implementation of the classic Asteroids game written in C++. Graphics is done with OpenGL. No external libraries are used (except gl3w for OpenGL loading). The repository contains a Visual Studio 2013 project for building the Windows version and an Eclipse project for the Android version.

You can download built EXE and APK on the "Releases" page or using the following links:

Download EXE (Windows)
Download APK (Android)

Controls

On Windows:
Left arrow - turn left
Right arrow - turn right
Up arrow - move forward
Spacebar - shoot

Android version uses on-screen buttons.

Gameplay GIF

GIF of gameplay

About

Asteroids game in C++ for Windows and Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages