Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agentcooper/kolya-vs-babushkas
Playdate game
https://github.com/agentcooper/kolya-vs-babushkas
game playdate
Last synced: about 22 hours ago
JSON representation
Playdate game
- Host: GitHub
- URL: https://github.com/agentcooper/kolya-vs-babushkas
- Owner: agentcooper
- Created: 2023-12-21T14:26:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T18:41:44.000Z (11 months ago)
- Last Synced: 2024-01-01T19:36:41.700Z (11 months ago)
- Topics: game, playdate
- Language: Lua
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kolya vs Babushkas
![Babushka](./source/images/granny_1.gif)
Small game I made for my friend Kolya. In the game Kolya is riding his sofa and fights against grannies (*babushkas*) by throwing Nintendo Switch controllers at them.
My first attempt at programming for Playdate. The game art is made by Asya. The game design is inspired by [Buns: Bunny Survivor on PICO-8](https://unikotoast.itch.io/buns-bunny-survivor).
## How it looks?
![Demo](./demo.gif)
## Install and run
Install [Playdate SDK](https://play.date/dev/) and run:
```bash
git submodule update --init # for Playdate-LuaCATS
make
```## Developer experience
I use [Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) with VSCode. [Playdate-LuaCATS](https://github.com/notpeter/playdate-luacats) is included as a git submodule for the full autocomplete on Playdate SDK functions.