- Notifications
You must be signed in to change notification settings - Fork2
python game engine that runs in browser
License
RustPython/pyckitup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hi there! pyckitup is a Python game engine you can use to make 2D games. It is free, open source and works on Web, Linux, OS X and Windows.
- Download pyckitup binary.
Linux:download
Windows:build instructions
OS X:build instructions
- Initialize game folder
The folder contains the clock example game.
pyckitup init hellocd hellopyckitup
Iterate over your game
Once ready, deploy to web with
pyckitup build
This creates abuild/
directory which contains everything you need to deploy your awesome game to the web. Simply copy the folder to where you want it served.
pyckitup is a thin layer glueing RustPython interpreter to quicksilver game engine. It compiles to a single binary on different systems. Native binaries(as opposed to wasm) also come with wasm files.
When you load a pyckitup game in browser, it loads a single 5MB wasm blob and interprets Python code stored in localStorage. As a result there is a 10MB code size limit.
About
python game engine that runs in browser
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Rust94.9%
- JavaScript2.5%
- HTML2.0%
- Other0.6%