Skip to content

CarlosRFS/Plane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plane

Plane is a cli game written in C++ for learning purposes

Dependencies (building)

  • Cmake
  • Make
  • And a C++ compiler (gcc or clang)

Build

mkdir build

cd build

cmake ..

make

And if you want to install on /usr/bin

as root

cp plane /usr/bin/

using sudo

sudo cp plane /usr/bin/

Run

./plane

or if you install on /usr/bin

plane`

Controls

in menu

'w' and 'a' (Move up and down, respectively)

in game

a and d (Move left and right, respectively)

t (Shoot)

About

A C++ CLI Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published