README.md (698B)
1 # Eris 2010 Contrib C 2 3 This repository contains third party C programs ported to the Eris 4 2010 computer. Contact the original authors for inquiries on 5 licensing. 6 7 ## abandoned_farmhouse/ 8 9 A small text adventure game. 10 11 ## eliza/ 12 13 A version of Weizenbaum's famous ELIZA. This version diverges quite a 14 bit from Weizenbaum's original program, which was more advanced. 15 16 ## mmind/ 17 18 A version of Mastermind. There are some divergences from the original 19 rules: When you a number appears once in the code but the player 20 guesses it multiple times,"+" will be output for every wrong spot of 21 the number. 22 23 ## wumpus/ 24 25 Hunt the Wumpus, a classical computer game: 26 <https://en.wikipedia.org/wiki/Hunt_the_Wumpus>.