https://github.com/kennymalac/succulentia
Ludum Dare 45 - Grow your succulents
https://github.com/kennymalac/succulentia
ludum-dare ludum-dare-45 ludumdare nim
Last synced: 3 months ago
JSON representation
Ludum Dare 45 - Grow your succulents
- Host: GitHub
- URL: https://github.com/kennymalac/succulentia
- Owner: kennymalac
- Created: 2019-10-05T02:10:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T16:02:23.000Z (over 5 years ago)
- Last Synced: 2025-01-30T20:40:18.557Z (3 months ago)
- Topics: ludum-dare, ludum-dare-45, ludumdare, nim
- Language: Nim
- Size: 6.39 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Succulentia
[Ludum Dare 45 entry](https://ldjam.com/events/ludum-dare/45/$168872)Start with nothing but an empty pot in your dry garden. Plant, water, and grow healthy succulent plants while clicking away at pesky bugs that are trying to invade your garden and damage your precious plants.
## Build instructions
First, you will need a working Nim installation. We are using version 1.0.0 but choosenim makes it easy to change versions. Download the official choosenim binary [from their site](https://nim-lang.org/) so that you have the latest version even if it is not the latest version in your repository (assuming you use GNU/Linux). If you are using Windows or Mac, there are instructions on how to install Nim on the site as well.
Subsequently, install SFML and CSFML development headers.
[SFML](https://www.sfml-dev.org/index.php)
[CSFML](https://www.sfml-dev.org/download/csfml)
These should be available in your repos (on GNU/Linux). For Windows, you'll want to throw most of the DLLs into the directory where the executable is built.Next, you are ready to build once nimble is installed. Simply run "nimble build" alongside Succulentia.nimble and you should be ready to go! Run the executable in the same directory.