
Pixalheart Engine
Pixalheart Drawing Tool
๐ Pixalheart Engine โ Make 2D Games Easily!
Pixalheart Engine is a beginner-friendly 2D game engine built with Python and Pygame. Whether you're making platformers, sprite editors, or story-driven games, Pixalheart gives you the tools you need โ in a lightweight and fully customizable package.
๐ฎ Features
๐งฑ Scene system โ switch between game levels or editors easily
๐จ Input handling โ keyboard & mouse support right out of the box
๐ง Grid-based system โ perfect for tile-based games like RPGs or pixel builders
๐ ๏ธ Fully editable โ written in Python, so you can tweak or expand the engine itself
๐ผ๏ธ Sprite Maker included โ a built-in mini-game/demo that shows what's possible!
๐งฐ What's Included?
A complete game engine folder
Sample game template (
main.py)Example project: Pixalheart Drawing Tool
Instructions to package your own
.exegamesLogo and project structure
๐ก Whoโs it for?
Beginners who want to learn how games work
Python hobbyists looking to build 2D games
Developers who want a starting point for their own engine
๐ How to Start
Install Python 3.9+
Install Pygame:
pip install pygameRun
main.pyto launch the sample gameEdit the
main.pyor create your own scenesPackage into
.exeto share with friends or publish!
๐ฆ Licensing
Pixalheart Engine is free to use for personal and commercial projects. See license.txt for terms.
๐ Made with love using Python & pixels.
PLEASE DO NOT DELETE ANY KIND OF FILES THEY ARE ALL NECESSARY FOR THE ENGINE TO WORK EVEN THE TXT FILES


