https://github.com/nikumu/flaming-lisp
A collection of creative and educational games developed in Common Lisp
https://github.com/nikumu/flaming-lisp
Last synced: 9 months ago
JSON representation
A collection of creative and educational games developed in Common Lisp
- Host: GitHub
- URL: https://github.com/nikumu/flaming-lisp
- Owner: nikumu
- License: mit
- Created: 2024-11-24T15:52:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T01:49:48.000Z (about 1 year ago)
- Last Synced: 2025-02-10T13:37:57.634Z (11 months ago)
- Language: Common Lisp
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flaming Lisp
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.
### 📋 Repository Contents
* 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.
### 🛠️ Technologies Used
* Language: Common Lisp
* Libraries:
* cl-ncurses: For terminal-based interfaces.
* Other dependencies listed in the project.
### 🚀 Objective
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.