Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 2.16 KB

README.md

File metadata and controls

22 lines (16 loc) · 2.16 KB

NovaCorps

This is a game that I created for one of my first C++ modules during my Bachelors degree.

It's a Galaxians-come-Space Invaders style game set in space, where you defend your ship from waves of enemy ships coming at you.

It uses SFML (Simple and Fast Multimedia Library), a multimedia system interface, as a basis from which to build a game engine. The game's own code is then integrated with that engine's simple draw() and update() loop.

The game can be run by downloading "NovaCorpsGame" and running the executable, and the source code can be found under "NovaCorps".

Video:

Video Clip of NovaCorps

Key Features:

The pooling system can be found in its own repo at: https://github.com/flyscript/ObjectPooler