Skip to content

joshuachen6/KrishLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KrishLib

Description

This library provides a synchronous version of the PacBots-2 wrapped in Python

Features

  • Uses the original Go for most accurate implementation
  • Synchronous game updates
  • Game actions decoupled from game ticks
  • Python API
  • Cross platform support

Installation

Method 1 (Recommended)

Install

Add this repository as a git submodule

git submodule add https://github.com/joshuachen6/KrishLib.git

For all other users (required)

git submodule init
git submodule update

Updating

git submodule update

Method 2

Download the zip file and unzip into your project

About

Synchronous PacBot game wrapped in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages