Code Monkey home page Code Monkey logo

24points's Introduction

24points

24 Points game written in Python with pygame, 24 points is a popular game in primary schools.

New Feature will be added

  1. Add new Release for Windows
  2. Add docs, such as design, proposal, etc

convert to exe

  1. Install pyinstaller

    pip install pyinstaller

  2. download source code

    git clone https://github.com/rexxar-liang/24points.git

    cd 24points

  3. generate exe by pyinstaller, the exe file will be in ./dist

    pyinstaller.exe -F -w -i res/images/24points.ico 24points.py

    or

    pyinstaller.exe 24points.spec

  4. move 24points.exe

    cp dist/24points.exe .

  5. run 24points

24points's People

Contributors

rexxar-liang avatar anduin-liang avatar

Stargazers

 avatar

Watchers

 avatar Kostas Georgiou avatar

Forkers

anduin-liang

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.