Dreded / space_invaders

A simple space invaders "clone" built using OpenGL 3 and GLFW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

This is a clone of the classic arcade game, space invaders, in C++ using only a few dependencies. It is meant as a companion to this series of tutorial posts.

My Future work will be at https://github.com/Dreded/SpaceInvaders as it is straying from this source

My Changes

  • Added Sound
  • Logic Runs at 60ticks, framerate is uncapped.
  • Allow for window resize
  • Default window size is now Monitor Res - 25%
  • Added Black bars when window size mismatch.
  • Colorized it
  • Added High Score
  • Fixed a bunch of bugs related to reset/cleared play area
  • Added reset key 'r'

Install and Run on Mac

brew install glfw ./make.sh chmod +x ./main ./main

About

A simple space invaders "clone" built using OpenGL 3 and GLFW.


Languages

Language:C++ 99.8%Language:Shell 0.2%