Skip to content

Dinos in Donut Dungeons is a simple demo of abilities of PubNub messaging platform

Notifications You must be signed in to change notification settings

seba-aln/DinosDonutDungeons

Repository files navigation

Dinos in Donut Dungeons

Simple PyGame with included multiplayer using PubNub platform

Game objectives and controls

You are a Dinosaur in a Dungeon. You eat Donuts

Movement: WSAD Keys

Look aroung: Mouse

Fullscreen: F Key

Exit: ESC Key

Toggle minimap: M Key

If the donut will spawn inside the walls use P key to respawn it

If the player will spawn in the walls use R key to respawn

Install and run:

Clone this repo:

git clone https://github.com/seba-aln/DinosDonutDungeons.git && cd DinosDonutDungeons

Prepare Python's virtual environment:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Setup your PubNub keys and a player name. You'll need keys that you can get here for free! All other players have to have the same keyset to play together!

./setup.sh

Run the game:

python main.py

About

Dinos in Donut Dungeons is a simple demo of abilities of PubNub messaging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published