An open API service indexing awesome lists of open source software.

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

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
```