├── PB.py ├── README.md ├── TODO.md ├── client.py ├── default.map ├── fonts └── Minecraftia.ttf ├── map.py ├── menu.py ├── monster.py ├── sound.py ├── sounds ├── delete.wav └── place.wav ├── sprites ├── game.bmp ├── images.bmp ├── shop.bmp └── spritesheet.bmp ├── spritesheet.py └── zero.md /PB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/PB.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/TODO.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/client.py -------------------------------------------------------------------------------- /default.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/default.map -------------------------------------------------------------------------------- /fonts/Minecraftia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/fonts/Minecraftia.ttf -------------------------------------------------------------------------------- /map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/map.py -------------------------------------------------------------------------------- /menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/menu.py -------------------------------------------------------------------------------- /monster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/monster.py -------------------------------------------------------------------------------- /sound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sound.py -------------------------------------------------------------------------------- /sounds/delete.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sounds/delete.wav -------------------------------------------------------------------------------- /sounds/place.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sounds/place.wav -------------------------------------------------------------------------------- /sprites/game.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sprites/game.bmp -------------------------------------------------------------------------------- /sprites/images.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sprites/images.bmp -------------------------------------------------------------------------------- /sprites/shop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sprites/shop.bmp -------------------------------------------------------------------------------- /sprites/spritesheet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/sprites/spritesheet.bmp -------------------------------------------------------------------------------- /spritesheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghost123gg/PixelGame/HEAD/spritesheet.py -------------------------------------------------------------------------------- /zero.md: -------------------------------------------------------------------------------- 1 | 0 --------------------------------------------------------------------------------