diff --git a/README.md b/README.md index 7383161..9f36908 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,12 @@ **As the name suggests, this is Connect-4, made in Python. There are two versions, CLI, where you play the game in a terminal, and GUI where you play in a PyGame GUI.** -### Both gamemodes feature: +## Both gamemodes feature: + Player vs Player (on the same device) + ~~Player vs Player (LAN)~~ + Player vs CPU (a minimax algorithm that is VERY strong) -Player vs Player (on the same device) -~~Player vs Player (LAN)~~ -Player vs CPU (a minimax algorithm that is VERY strong) - -A settings system, which allows the user to switch between tile display modes, as well as change the strength of the CPU. + A settings system, which allows the user to switch between tile display modes, as well as change the strength of the CPU. ## To-do list: