https://github.com/kbrgl/gameover
https://github.com/kbrgl/gameover
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kbrgl/gameover
- Owner: kbrgl
- License: gpl-3.0
- Created: 2022-07-22T22:51:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T05:27:44.000Z (about 1 year ago)
- Last Synced: 2025-01-01T12:12:50.455Z (5 months ago)
- Language: Go
- Size: 6.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Gameover
> Play text-based games right in your terminal.
Gameover is a platform for distributing text-based games for the terminal. It consists of a web-based directory of games and a program for installing and playing them.
## Features
1. Search for and install games
2. Compete with friends through shared leaderboards and multiplayer games
3. Easily publish games without worrying about compiling and distributing binaries## Develop a game
Games are written in Go. I recommend using the [Charm](https://charm.sh) libraries. To make your game installable through Gameover, just send a PR adding your game to `games.toml`.
## License
Licensed under GNU GPLv3. See COPYING.