Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.21 KB

GILES: the Great Internet Ludic Experience Server

Giles is a telnet gaming experience, meant to provide a platform for playing various games both old and new with nothing more complicated than a decent telnet client.

Some screenshots:

Set screenshot

Y screenshot

A friendly game of Set.

Kibitzing a game of Y.

Giles is written in Python and makes use of Miniboa, a pure-Python telnet server implementation, and Bitstring, a pure-Python bitstring implementation.

Giles is released under the Affero GPL, version 3.

Miniboa is released under the Apache License, version 2.0.

Bitstring is released under the MIT license.