Skip to content

A 2D space shooter that I created for one of my first C++ modules during my Bachelors degree.

Notifications You must be signed in to change notification settings

flyscript/NovaCorps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A 2D space shooter that I created for one of my first C++ modules during my Bachelors degree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published