-
Notifications
You must be signed in to change notification settings - Fork 0
dseguin/asteroids-3d
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.