https://github.com/agentcooper/kolya-vs-babushkas
Playdate game
https://github.com/agentcooper/kolya-vs-babushkas
game playdate
Last synced: about 2 months ago
JSON representation
Playdate game
- Host: GitHub
- URL: https://github.com/agentcooper/kolya-vs-babushkas
- Owner: agentcooper
- Created: 2023-12-21T14:26:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T18:41:44.000Z (over 2 years ago)
- Last Synced: 2025-12-01T03:52:06.780Z (8 months ago)
- Topics: game, playdate
- Language: Lua
- Homepage:
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kolya vs Babushkas

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?

## 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.