Matrix Games are little games written in Python3 with the mtxPython Framework.
These games are based on a two-dimensional matrix like maze puzzles in general. There is a game console written in Python 3 on which the games can be played. The game console has a thrift interface that allows different clients to connect. These clients do not necessarily have to be written in python, but in every language for which there is also a library for Thrift. Thus, it is possible to write a client with which the games can be presented graphically nicely.
Read more
Advertisement
Advertisement