Skip to content

Madour/CyberSlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Slayer

A futuristic cyberpunk inspired FPS game

Coming Soon

Screenshots

screenshot1 screenshot2
screenshot3 screenshot4
Desktop

gif1

Android

image

Game controls

  • Player movement : zqsd
  • Camera movement : mouse
  • Jump : space bar
  • Run : hold Left Shift
  • Shoot : left mouse click
  • Aim : right mouse click
  • Change weapon : mouse wheel

Install

To install, you need :

  • SFML2.5 installed
  • CMake version >= 3.10
  • A C++17 compiler (gcc or msvc, not tested with clang)

Run the following commands to clone and build

git clone --recurse https://github.com/Madour/CyberSlayer
cd CyberSlayer
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

You'll maybe get some warnings when compiling (type conversion from float to int / int to float), you can ignore them.

Misc

  • Choosing an antialiasing higher than 0 may cause valgrind to detect memory leaks, otherwise there are none

Authors

  • Modar Nasser
  • Paul Fourcade

About

A futuristic FPS game set in a dystopian world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published