Skip to content

beamishc/teeny_tiny_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teeny Tiny Game

Teeny Tiny Game Logo

How not to make an RPG in Pygame

Teeny Tiny RPG

Summary

Teeny Tiny RPG is a game with almost no game mechanics (YET!), entirely designed to practice my Object Oriented Programming and my Python in my spare time - in a way that is completely divorced from work.

How to play the game

Use the arrow keys to move left, right, forward or backward. Avoid the enemies, talk to NPCs (probably, eventually), collect weapons and treasure. Advance up the levels!

Installation

To run this application, download the GitHub zip file or clone the repository. Then, in your terminal, run:

python start.py

You will be asked to enter a player name for your save file, name it something memorable, you'll need it the next time you want to play the game:

python start.py <player_name>

Tools used in this game:

Python 3.10.6 - for everything Pygame - for the game structure Pytmx - for the maps

Resources

Tiny Dungeon (1.0)

Created/distributed by Kenney (www.kenney.nl)
Creation date: 05-07-2022

Tiny Town (1.0)

Created/distributed by Kenney (www.kenney.nl)
Creation date: 11-01-2023

1-Bit Pack (1.2)

Created/distributed by Kenney (www.kenney.nl)
Creation date: 09-11-2021

		------------------------------

License: (Creative Commons Zero, CC0)
http://creativecommons.org/publicdomain/zero/1.0/

This content is free to use in personal, educational and commercial projects.

Support us by crediting Kenney or www.kenney.nl (this is not mandatory)

		------------------------------

Donate:   http://support.kenney.nl
Patreon:  http://patreon.com/kenney/

Follow on Twitter for updates:
http://twitter.com/KenneyNL

Releases

No releases published

Packages

No packages published

Languages