https://github.com/jasonliang-dev/shooty-game
A game where you go pew pew
https://github.com/jasonliang-dev/shooty-game
c c-plus-plus lua
Last synced: over 1 year ago
JSON representation
A game where you go pew pew
- Host: GitHub
- URL: https://github.com/jasonliang-dev/shooty-game
- Owner: jasonliang-dev
- Created: 2022-01-12T09:26:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T21:03:26.000Z (about 4 years ago)
- Last Synced: 2025-01-25T09:27:56.798Z (over 1 year ago)
- Topics: c, c-plus-plus, lua
- Language: C
- Homepage: https://jasonliang.js.org/shooty-game/
- Size: 11.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shooty-game
A game built from scratch where you go pew pew.
[Play the game in your browser](https://jasonliang.js.org/shooty-game/)
https://user-images.githubusercontent.com/16218676/170842302-b885cccb-6928-469b-8afd-e5db8a578dfa.mp4
## How to play
Move around with WASD keys. Aim with the mouse cursor and shoot with left click.
## Building
```
cmake -Bbuild_dir .
cmake --build build_dir
```