TicTacToc
simple TicTacToc game played by minimax algorithm.
This app is based on sisoog.com tutorial- fa, c
The code also exists in C language on github: The code in C language
simple TicTacToc game played by minimax algorithm.
This app is based on sisoog.com tutorial- fa, c
The code also exists in C language on github: The code in C language
Wordle is a web-based word game. Players have six attempts to guess a five-letter word; feedback is given for each guess, in the form of colored tiles, indicating when letters match or occupy the cor
Simplerpg - python terminal game made from scratch.
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
Cs::Fuck 🍦 Cheat for cs:go written in Python. You can show a video here: https://vimeo.com/642730650 Feature. TriggerBot Glow Esp NoFlash Setup. 0. p
pythonPhysics Basic Python physics library. Must have pygame installed. How to: Sketon program is included. for p in env.particles: pygame.draw.circle
pupillae A coven of tools to assist PnP RPGs. Status: Pre-alpha. Testing. Adding necessary functions and features as discovered/required. Other-than-P
Tic Tac Toe This game is very popular amongst all of us and even fun to build as
Mini Games with Pygame This projects implement several classic and popular games in Python, using python package -- pygame. Currently, 4 games are alr
launcherpi Minecraft Launcher for Raspberry Pi computers. ASLO BIG THANKS TO KLO
INFLITATOR Raycaster INFLITATOR is a raycaster made in Python3 with Pygame. It is a game built on top of a simple engine of the same name. An example
Flappy Bird Game using Pygame in Python Demo Pages Hello dear, hope you are very well! I created Flappy Bird Game using Pygame ( Pygame is a cross-pla
EGS: 15 Days of Games This repository contains Python code to data-mine the 15 Days of (free) Games at the Epic Games Store (EGS). Requirements Instal
This repository contains the Unix Game challenges and metadata
wordle_player A Class that plays wordle optimally if you want to play wordle opt
Notes for Assignment 8 (Chess AI) We recommend using an IDE (like Pycharm) for working on this assignment. IMPORTANT: Please make sure you use python
Solo CLF project about the creation of the FlickColor game in Python with very precise instructions.
Game 2048_Python Dựa trên trò chơi nổi tiếng 2048 của Gabriele Cirulli. Mục tiêu của trò chơi là trượt các khối được đánh số trên một lưới để kết hợp
This is a classic Rock, Paper, Scissors game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choice.
A "guess the number" game on a GUI interface using Tkinter library🙂
Hexagon game. Two players: AI and User. Implemented using Alpha-Beta pruning to find optimal solution for agent.