Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: joshuasetiawann
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 115 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: http://cpgames.readthedocs.io/

Games

Create interesting games in pure python. You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Statement

Most of the game materals(including music, fonts and pictures) in this repository are collected from the web, copyright belongs to the original author. This repository is created just for learning python(Commercial prohibition).

Support List

| ID | English Name | Chinese Name | Core Code | Introduction | | :----: | :----: | :----: | :----: | :----: | | Game1 | bunnybadger | () | click | click | | Game2 | voicecontrolpikachu | | click | click | | Game3 | puzzlepieces | | click | click | | Game4 | ski | | click | click | | Game5 | tankwar | | click | click | | Game6 | flappybird | | click | click | | Game7 | trexrush | | click | click | | Game8 | towerdefense | | click | click | | Game9 | catchcoins | | click | click | | Game10 | aircraftwar | | click | click | | Game11 | tetris | | click | click | | Game12 | sokoban | | click | click | | Game13 | alieninvasion | | click | click | | Game14 | pacman | | click | click | | Game15 | gemgem | | click | click | | Game16 | twentyfourpoint | 24 | click | click | | Game17 | pingpong | | click | click | | Game18 | breakoutclone | | click | click | | Game19 | bomberman | | click | click | | Game20 | maze | | click | click | | Game21 | whacamole | | click | click | | Game22 | gobang | | click | click | | Game23 | twozerofoureight | 2048 | click | click | | Game24 | greedysnake | | click | click | | Game25 | minesweeper | | click | click | | Game26 | angrybirds | | click | click | | Game27 | flipcardbymemory | | click | click | | Game28 | magictower | | click | click | | Game29 | bloodfootball | | click | click |

Install

Whl install

sh wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.2/cpgames-0.1.2-py3-none-any.whl pip install cpgames-0.1.2-py3-none-any.whl

Pip install

run "pip install cpgames"

Source code install

sh (1) Offline Step1: git clone https://github.com/CharlesPikachu/Games.git Step2: cd Games -> run "python setup.py install" (2) Online run "pip install git+https://github.com/CharlesPikachu/Games.git@master"

Quick Start

```python import random from cpgames import cpgames

gameclient = cpgames.CPGames() allsupports = gameclient.getallsupported() gameclient.execute(random.choice(list(all_supports.values()))) ```

Screenshot

img

Projects in Charles_pikachu

  • Games: Create interesting games in pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written in pure python.
  • Videodl: A lightweight video downloader written in pure python.
  • Pytools: Some useful tools written in pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written in pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

Citation

If you use this project in your research, please cite this project. @misc{games2020, author = {Zhenchao Jin}, title = {Games: Create interesting games in pure python}, year = {2020}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/CharlesPikachu/Games}}, }

Owner

  • Name: Joshua Setiawan
  • Login: joshuasetiawann
  • Kind: user

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

docs/requirements.txt pypi
  • recommonmark *
  • sphinx ==4.5.0
  • sphinx_markdown_tables ==0.0.12
  • sphinx_rtd_theme *
requirements.txt pypi
  • PyQt5 *
  • cocos2d *
  • pyaudio *
  • pygame *
  • pyglet *
setup.py pypi
  • lab.strip *
  • readlines *