https://github.com/miha53cevic/simplefps
A very basic and simple First Person Shooter Engine inspired by javidx9's Console FPS
https://github.com/miha53cevic/simplefps
cpp fps-game sfml
Last synced: 11 months ago
JSON representation
A very basic and simple First Person Shooter Engine inspired by javidx9's Console FPS
- Host: GitHub
- URL: https://github.com/miha53cevic/simplefps
- Owner: miha53cevic
- Created: 2019-08-24T18:27:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T21:17:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T20:03:23.450Z (over 1 year ago)
- Topics: cpp, fps-game, sfml
- Language: C++
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleFPS
A very basic and simple First Person Shooter Engine inspired by javidx9's Console FPS
## javidx9's First Person Shooter in Console Video
- https://www.youtube.com/watch?v=xW8skO7MFYw
## Showcase

## How to build
```bash
git clone https://github.com/miha53cevic/SimpleFPS.git
cd SimpleFPS
cmake .
make
```
You should now have a bin folder with an executable