GithubHelp home page GithubHelp logo

tempbottle / pyckitup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pickitup247/pyckitup

0.0 1.0 0.0 138 KB

python game engine that runs in browser

Home Page: https://pickitup247.com/pyckitup.html

License: MIT License

Rust 87.65% HTML 4.65% Python 1.48% Makefile 0.14% PowerShell 1.10% Shell 4.98%

pyckitup's Introduction

logo

About

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.

Getting Started

  1. Download pyckitup binary.
  1. Initialize game folder

The folder contains the clock example game.

pyckitup init hello
cd hello
pyckitup
  1. Iterate over your game

  2. Once ready, deploy to web with

pyckitup build

This creates a build/ directory which contains everything you need to deploy your awesome game to the web. Simply copy the folder to where you want it served.

How it works

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.

pyckitup's People

Contributors

0b01 avatar coolreader18 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.