Project Description Name: Chess! Description: This project is a fully functional version of the board game chess, which checks for and enforcing rules such as castling, pawn promotion, and checkmate. The game can be played by two people on the same computer, and also by one person against various AI difficultues. Users may also play another chess variant called Crazyhouse, where users can place any piece that they capture on the board as their own! __________ How to run project: 0. Download Code as a ZIP. Install the PIL/Pillow and Requests modules (see below for instructions). 1. Open main.py file – I would recommend using VSCode and installing the Python extension by Microsoft within the software 2. Change line 16 of main.py so that you provide the path from current terminal directory to the "Chess-main" folder 3. Run main.py and enjoy! __________ Modules and libraries to download: PIL/Pillow and Requests - Instructions for download found here: https://www.cs.cmu.edu/~112/notes/notes-animations-part1.html
A playable version of Chess – classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3
Overview
Generates and prints proxies for the card game Magic: the Gathering
MTG-Proxy-Generator This program generates proxies for the card game Magic: the Gathering. These proxies can then be printed off and used. These copie
Python module providing simple game networking
nethelper Python module providing simple game networking This module was originally created to facilitate a class on creating multiplayer games in Pyg
MCTS (among other things) for 2048
2048 Created by Chad Palmer for CPSC 474, Fall 2021 Overview: This is an application which can play 2048 and simulate games of 2048 with a variety of
Trio Assembly Snakemake Workflow
Trio Assembly Snakemake Workflow Input HiFi reads for child in bam format Either
A 2D physics sim for orbits. Made using pygame and tkinter. High degree of intractability, allowing you to create celestial bodies of a custom mass and velocity within the simulation, select what specifically is displayed, and move the camera.
Python-Orbit-Sim A 2D physics sim for orbits. Made using pygame and tkinter. High degree of intractability, allowing you to create celestial bodies of
Finding a method to objectively quantify skill expression in games, using reinforcement learning
Analyzing Skill Expression in Games This is a repo where I describe a method to measure the amount of skill expression games have. Table of Contents M
Multiple hacks that breaks the game
Blooket-Hack All of the cheats are based on a game mode.
An interactive pygame implementation of Conway's Game of Life
Game of Life An interactive pygame implementation of Conway's Game of Life Installation Clone the repo and navigate into it. git clone https://github.
This is a simple Tic-Tac-Toe game.
Tic-Tac-Toe Nosso famoso e tradicional Jogo da Velha, mas agora em Python. Development setup Para rodar o programa, basta instalar python em sua maqui
a game of life implementation in python
gameoflife-py python implementation of game of life Installing As long as you have bash and curl installed and are on Linux the install script should
A coven of tools to assist in PnP RPGs.
pupillae A coven of tools to assist PnP RPGs. Status: Pre-alpha. Testing. Adding necessary functions and features as discovered/required. Other-than-P
Implementation of the Spider-Man Game
Projeto FPRO FPRO/LEIC, 2021/22 Francisco Campos (up202108735) 1LEIC08 Objetivo Criar um clone do clássico Spider-Man em Pygame... Repositório de códi
An interactive pygame implementation of quadtree spatial quantization
QuadTree-py An interactive pygame implementation of quadtree spatial quantization Contents Installation Usage API Reference TODO Installation Clone th
Brawl Stars open source server for v20
Laser Scratch Brawl Stars open source server for v20! Implemented Features Battle End Leaderboard Player Profile Lobby Info Menu Notifications Club Wa
An easy to use game engine/framework for python.
A game engine powered by python and panda3d.
This is a python interactive story game that I made to show off what I've learnt in python coding for a month
Purpose The files in this repository are for that of a story game created with python version 3.8.5 The purpose of this project was to get familiar wi
PYGA: Python Google Analytics (ga.js) - Data Collection API
PYGA: Python Google Analytics - Data Collection API pyga is an implementation of Google Analytics (ga.js) in Python; so that it can be used at server
This is an interactive MiniMap made with Python, PyQT5 & Pytesseract for the game
NWMM-New-World-MiniMap Features: Automatically grabs position from "New World" Instance Live visualisation of player position on MiniMap Circular & re
A simple game with the main idea to be: Guess The Number
GuessTheNumber GuessTheNumber is a simple game I made using Python. The main mechanic of the game is to guess the number that randomly generated from
Tic Tac Toe Game build with Python
Tic Tac Toe Game Description two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing th