stewartHutchins / cursed-snake

A very cursed implementation of snake (Royal Holloway Game Jam entry 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cursed-snake

Snake Server

# bash # fish doesnt work :-(
make setup-dev
. .venv/bin/activate
python -m cursed_snake

Android App

Put on your phone (good luck)

Set the text edit at the bottom of the app to the last number of the ip (x.x.x.THIS).

Typing Game

Edit config.c to have the right IP (canny be bothered) `

# cd controller/typing_snake
mkdir -p build
cd build
cmake ..
cmake --build . -j
./typing_snake

Then type the word next to the way you want to go

Beer-troller

Put on an ESP32 then plug some cups in. (idK)

About

A very cursed implementation of snake (Royal Holloway Game Jam entry 2022)


Languages

Language:Java 34.9%Language:Python 31.9%Language:C 21.4%Language:C++ 7.4%Language:Go 1.5%Language:CMake 1.5%Language:Makefile 1.3%