An open API service indexing awesome lists of open source software.

https://github.com/spyder-0/zelda-with-python

A basic Zelda-like game made with Python (Pygame).
https://github.com/spyder-0/zelda-with-python

pygame python python3 zelda

Last synced: 2 months ago
JSON representation

A basic Zelda-like game made with Python (Pygame).

Awesome Lists containing this project

README

        

# Zelda with Python
A Zelda-like game made with the Pygame library.

![image](https://user-images.githubusercontent.com/85440857/160607397-d085869c-3910-4091-b790-be096ee72b5a.png)

# Controls
| Key | Description |
| :---: | :---: |
| `Arrow Keys` | Move |
| `Space Bar` | Attack |
| `Left Control` | Magic |
| `Q` | Change Weapon |
| `E` | Change Magic |
| `M` | Toggle Upgrade Menu |

# About
- Credits to Clearcode for making a [tutorial](https://youtu.be/QU1pPzEGrqw).
- Ensure you have the Pygame library installed: `pip install pygame`.