https://github.com/jtpio/ngj16
Nordic Game Jam 2016 - L3-AK
https://github.com/jtpio/ngj16
Last synced: over 1 year ago
JSON representation
Nordic Game Jam 2016 - L3-AK
- Host: GitHub
- URL: https://github.com/jtpio/ngj16
- Owner: jtpio
- Created: 2016-03-31T21:53:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T21:25:10.000Z (over 10 years ago)
- Last Synced: 2025-02-14T16:54:34.207Z (over 1 year ago)
- Language: Python
- Homepage: https://jtzp4.itch.io/l3-ak
- Size: 47.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L3-AK
**L3-AK** is a chat-based game developed for the Telegram platform.
The game was made at the **Nordic Game Jam 2016** in Copenhagen.
Entry on [itch.io](//itch.io): [L3-AK](//jtzp4.itch.io/l3-ak)
## Description
Hi, I'm L3-AK, the robot you sent to space with the mission of finding water, and hopefully signs of life!
What? You don't remember?
Ah never mind.
It's been a long trip, but I can finally see the planet. Almost there!
Use `/start` so we can start talking, as I will definitely need help once I land on that planet.
## Run the bot
At the time of writing, the bot is live and the game is playable directly.
But as mentioned on the entry page, this might not be the case in the future.
To run the bot or self-host it:
1. Create a Bot on Telegram. Refer to the [documentation](//core.telegram.org/bots/api) for more details
2. The program expects the environment variable `TELEGRAM_BOT_TOKEN_KRKKRK` to contain the token of your own bot
3. Use **Python 3.5+** preferably
4. `pip install -r requirements.txt`
5. `python src/bots2.py`
6. That should be it!