Skip to content

kklassa/order-and-chaos-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

order-and-chaos-python

Simple Order and Chaos game coded in python

This python program allows the user to play the Order and Chaos game on a classic 6x6 board in three gamemodes:

  • player vs player
  • player vs random moving bot
  • player vs simple AI

It can be run by opening the cloned directory in command line and typing

python3 game_interface.py

This launches the game in default mode, thus displaying the main menu

The game mode can also be choosen before launching the game by providing following command line arguments:

  • --play_pvp to launch player vs player mode
  • --play_bot_rand to launch player vs random moving bot mode
  • --play_bot_ai to launch player vs ai bot mode

python3 game_interface.py --play_pvp

About

simple Order and Chaos game coded in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages