Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schweller/panacea
Home of the Panacea project
https://github.com/schweller/panacea
free game-development golang ludum-dare open-source
Last synced: 3 months ago
JSON representation
Home of the Panacea project
- Host: GitHub
- URL: https://github.com/schweller/panacea
- Owner: schweller
- License: mit
- Created: 2022-10-17T23:24:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T20:36:06.000Z (about 2 years ago)
- Last Synced: 2024-09-27T09:24:50.940Z (4 months ago)
- Topics: free, game-development, golang, ludum-dare, open-source
- Language: TypeScript
- Homepage: https://inacio.dev/panacea
- Size: 4.27 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Panacea project
![alt text](./web/public/panacea-twitter.png)
The Panacea project is a small project to support game developers in their learning journey.
This repository have two main components:
- A website (`web/`) hosted on https://inacio.dev/panacea
- The web uses React, Next.JS and it's hosted on Vercel.
- Some known limitations are:
- Not all games have a category. There is an item in my roadmap to fix this
- Not all games from Ludum Dare are listed and this is also being fixed very soon
- A Go program (`scraper/`), that indexes Ludum Dare games and categorizes them using different APIsThe website has an exhaustive list of Ludum Dare Compo entries, with their open-source links, overall Ludum Dare grade and, whenever available, which engine/language it was built with. Filters are your friend and all columns can be sorted.
## Roadmap
- Responsive CSS: right now the layout basically sucks.
- Support for more providers besides Github
- Support games outside of Compo category
- Dark theme 🌚## Contributing
- Any contribution is welcomed :)
- If you have any questions reach out via Issues or to me directly, via Twitter: [https://twitter.com/inacho_](https://twitter.com/inacho_)## Credits
- All due credit to the amazing work done by the Ludum Dare core team at https://github.com/JammerCore/JammerCore