Skip to content

maxencedcx/R-type

 
 

Repository files navigation

R-type

R-type like engine/game

To build R-type run

Linux/Bash

rm -rf build && mkdir -p build && cd build && cmake .. && make && cd .. && ls ./r-type

Windows/Batch

rd /s /q build & md build && cd build && cmake .. && cmake --build . && cd Debug/ && dir r-type.exe

About

R-type like game with engine from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • C 14.1%
  • CMake 1.4%