Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

scorsi/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