Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 681 Bytes

python-L-game

The L-game is a game created by Edward de Bono with the intention of having a game which is simple to learn but also hard to master. For more information about the game checkout its wikipedia page: https://en.wikipedia.org/wiki/L_game

This game was created by me for a school project in 2015/2016.

Getting Started

Simple install pygame with pip and you should be good to go!

python -m pip install -U pygame --user

Playing against the ai execute the following command: python player_vs_ai.py

Playing against another player execute the following command: python player_vs_player.py

Built With

Authors

  • Me