A collection of creative and educational games developed in Common Lisp, showcasing the power and versatility of this functional programming language. This repository is perfect for those who want to learn Lisp in a practical and fun way while building interactive gaming experiences.
- Classic Games: Implementations of timeless games like Snake, Tic-Tac-Toe, Simon Says, and more.
- Interactive Examples: Demonstrations of how to create simple terminal-based interfaces using libraries like cl-ncurses.
- Progressive Learning: Well-organized and commented code to facilitate understanding, ideal for beginners.
- Language: Common Lisp
- Libraries:
- cl-ncurses: For terminal-based interfaces.
- Other dependencies listed in the project.
This repository aims to:
- Encourage the use of Lisp in practical applications.
- Demonstrate how to create simple yet challenging games with a focus on logic and functional structure.
- Promote the Lisp developer community.