Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 635 Bytes

File metadata and controls

22 lines (16 loc) · 635 Bytes

shell_gradius

42 school project: Mini-game done in 2 days (C++)

alt text

Overview

The aim of this project was to apply knowledges of:

  • Ncurses library
  • POO Interfaces
  • Polymorphism
  • Abstract classes

Rendered project didn't used the STL library, it was edited for flexibility and efficient improvement.

Installation

On UNIX-like systems, use the autotools based build system. Run the following commands from the top directory (containing this file) to configure, build and install:

shell_gradius_repository $> make
shell_gradius_repository $> ./ft_retro