Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremycryan/fallowtide
Source for "Fallowtide", a spooky farming deckbuilder made in 48 hours for Ludum Dare 52.
https://github.com/jeremycryan/fallowtide
game game-development ludum-dare ludum-dare-52 pygame
Last synced: about 2 months ago
JSON representation
Source for "Fallowtide", a spooky farming deckbuilder made in 48 hours for Ludum Dare 52.
- Host: GitHub
- URL: https://github.com/jeremycryan/fallowtide
- Owner: jeremycryan
- License: mit
- Created: 2023-01-06T23:27:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T01:46:18.000Z (about 2 months ago)
- Last Synced: 2024-11-16T02:30:58.891Z (about 2 months ago)
- Topics: game, game-development, ludum-dare, ludum-dare-52, pygame
- Language: Python
- Homepage: https://plasmastarfish.itch.io/fallowtide
- Size: 13.6 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# I'm turning this into a real game!
**Moonsigil Atlas** uses the same triangular grid resource system as Fallowtide, but in the context of a more traditional deckbuilding roguelike experience. If you're interested in getting updates on development, join the Discord by clicking the banner!
[![Moonsigil_DiscordBanner](https://github.com/user-attachments/assets/516691bf-0ad6-42c9-a8ca-55d3f016f2a2)](https://discord.gg/fFWPpFeTwQ)
![Fallowtide](assets/images/ldsplash.png)
# Fallowtide
This is the Github repository for Fallowtide, a Ludum Dare 52 game!## Play the game
### Windows
You can download the game for free from [my Itch.io](https://plasmastarfish.itch.io/fallowtide).### Linux
There is no native Linux build, but you can run the game from source with Python 3.7 or higher.If running on Ubuntu or similar:
- Install Python 3.X: `$ sudo apt-get install python3`
- Install Pip: `$ sudo apt-get install python3-pip`
- Install PyGame: `$ pip3 install pygame`
- Navigate to the repository folder and run the game: `$ python3 game.py`## About
This game, including all graphics, audio, and programming, was done by me in 48 hours for [Ludum Dare 52](https://ldjam.com/events/ludum-dare/52).
I used the following tools:
- **Art:** Paint.NET
- **Audio:** SFXR, Audacity, my Casio keyboard
- **Code:** Python/PyGame
- **Fonts:** Alef, Alagard, Matura, Segoe UI## License
### Source code
The source code for this game is released under the included MIT License. This essentially means you can borrow, reuse, or modify the code for your own projects, commercial or personal, as long as you include the license and copyright notice.### Art and sound assets
All rights reserved.