Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vcaputo/sars
SARS is a satirical vignette style video game utilizing ANSI-art for sprites, see https://sars.pengaru.com. Github is only a mirror.
https://github.com/vcaputo/sars
ansi c coronavirus covid-19 emscripten emscripten-game gamedev glsl opengl opengl-es opengl-es-20 opengl-es20 quadtree realtime-game sars-cov-2 satire sdl sdl2 wasm webassembly
Last synced: 13 days ago
JSON representation
SARS is a satirical vignette style video game utilizing ANSI-art for sprites, see https://sars.pengaru.com. Github is only a mirror.
- Host: GitHub
- URL: https://github.com/vcaputo/sars
- Owner: vcaputo
- Created: 2023-01-15T20:34:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T22:09:56.000Z (over 1 year ago)
- Last Synced: 2024-11-25T18:14:26.320Z (2 months ago)
- Topics: ansi, c, coronavirus, covid-19, emscripten, emscripten-game, gamedev, glsl, opengl, opengl-es, opengl-es-20, opengl-es20, quadtree, realtime-game, sars-cov-2, satire, sdl, sdl2, wasm, webassembly
- Language: C
- Homepage: https://sars.pengaru.com
- Size: 547 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Building from source:
You've probably already done this, but first clone the repo:
`git clone --recursive https://git.pengaru.com/git/sars`Now it's fairly run of the mill autotools:
```
$ mkdir build
$ ./bootstrap
$ cd build
$ ../configure
$ make
$ ./src/sars
```The program assumes there will be assets found under the assets/
folder relative to the sars executable's parent directory.These are some .ogg files and .wav files, and they're not checked
into the git repo to keep development low-bw friendly.You may find the assets in a build available at:
https://dl.pengaru.com/hungrycat/sars/
The latest build should reflect the current state of the master git
branch:https://dl.pengaru.com/hungrycat/sars/hungrycat-sars-latest.zip
There's also a Pouet entry for sars with youtube and other links:
https://www.pouet.net/prod.php?which=85496