Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Inspired by a TikTok Account. Idea is not mine, but the implementation is. And this is an improved and refined version from Ethan Schaffer's Github version.

Notifications You must be signed in to change notification settings

JoshiMinh/LivingRPS

 
 

Repository files navigation

LivingRPS Icon
LivingRPS

AI-integrated Rock-Paper-Scissors simulation game where each player is an AI (updated).

1. Installation

  1. Ensure Python is installed on your system.
  2. Install the required libraries using the following command:
    pip install numpy pygame torch

2. Training the Model (Optional)

If necessary, train the model by double-clicking install.bat, or by running: bash python train.py

3. Running the Game

  • Double-click run.bat, or
  • Run the following command in your terminal:
    python main.py

Game Demo

This project is a fork of ethan-schaffer/LivingRPS with enhancements and improvements. It is not the original version.

About

Inspired by a TikTok Account. Idea is not mine, but the implementation is. And this is an improved and refined version from Ethan Schaffer's Github version.

Resources

Stars

Watchers

Forks

Languages

  • Python 99.6%
  • Batchfile 0.4%