Skip to content

dseguin/asteroids-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Asteroids 3D
===================
  Version 1
  https://github.com/dseguin/asteroids-3d/
  Copyright (c) 2017 David Seguin <[email protected]>
  MIT License (see asteroids-3d.c for license text)

Prototype for a 3D 'Asteroids' game.

Controls:
--------
  pitch    - mouse up/down
  yaw      - mouse left/right
  roll     - Q/E
  forward  - W
  backward - S
  left     - A
  right    - D
  up       - LSHIFT
  down     - LCTRL
  shoot    - left mouse button
  toggle camera drift - BACKSPACE
  toggle debug info   - BACKTICK/TILDE
  toggle fullscreen   - F1
  quit     - ESC

Dependencies:
------------
  SDL    >= 2.0.1
  OpenGL >= 2.1

Build with `make release-c89` or open the solution file with Visual Studio.