Skip to content
/ pygame Public

A simple "minecraft" simulator with pygame.

Notifications You must be signed in to change notification settings

chis/pygame

Repository files navigation

A pygame game.

A simple "minecraft" like game using the gaming library pygame.

FEATURING:

  • My face as the main character.
  • Different tiles to collect.
  • No walls.
  • Nothing really.

I'm unsure what tutorial I followed to construct this. It's a neat introduction to game loops though.

Example

pycraft example

Install

python3 -m venv venv
source venv/bin/activate
pip install pygame
python3 myFirst.py 

About

A simple "minecraft" simulator with pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages