-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7326af0
commit 7530392
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
# ld-45-start-with-nothing | ||
# Sounds of Nothingness | ||
Our first somewhat complete game and contribution to the [Ludum Dare 45](https://ldjam.com/events/ludum-dare/45/sounds-of-nothingness). Though we didn't score too well, we had lots of fun and learnt a lot. | ||
|
||
In this platformer you find yourself stranded in a hostile abstract world. You have to fight your way through hellish monsters by utilizing the power of sound artifacts you can find. You also have to dodge deadly traps and make difficult jumps to finally find your way out. | ||
|
||
Uses the old deprecated event system of the RawSalmonEngine! | ||
## Compile and run | ||
|
||
$ git clone --recurse-submodules https://github.com/AgoutiGames/ld-45-start-with-nothing.git | ||
$ cd ld-45-start-with-nothing | ||
$ mkdir build | ||
$ cd build | ||
$ cmake ../engine | ||
$ make | ||
$ ./Salmon | ||
|
||
## Demo | ||
<details><summary>Click to expand</summary> | ||
|
||
![Sounds of Nothingness Gif](readme/nothingness.gif) | ||
|
||
</details> | ||
|
||
## Contact | ||
* [Agouti Games](https://agouti.games) | ||
* [Discord Server](https://discord.gg/thAaD9e) | ||
* [Tumblr](https://agoutigames.tumblr.com/) | ||
* [Soundcloud](https://soundcloud.com/agoutigames) | ||
* [Twitter](https://twitter.com/agoutigames) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.