mmo-project/lisp/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2023-10-31 19:11:35 -04:00
# Lisp MMO Project Implementation
[lisp-µhttpd (game website & webserver) ](./www/README.md)
2023-12-16 15:06:29 -05:00
* [:caveman2](http://8arrow.org/caveman/)
* [:datafly](https://github.com/fukamachi/datafly)
* [:sxql](https://github.com/fukamachi/sxql)
* [:cl-bcrypt](https://github.com/dnaeon/cl-bcrypt)
2023-12-15 21:28:43 -05:00
2023-10-31 19:11:35 -04:00
[lisp-mmo-server (game backend) using picolisp](./server/README.md)
2023-12-16 15:06:29 -05:00
* [:usocket](https://github.com/usocket/usocket)
* [:simple-actors](https://github.com/j3pic/simple-actors)
* [:bordeaux-threads](https://github.com/sionescu/bordeaux-threads)
* [:datafly](https://github.com/fukamachi/datafly)
* [:sxql](https://github.com/fukamachi/sxql)
* [:cl-bcrypt](https://github.com/dnaeon/cl-bcrypt)
2023-12-15 21:28:43 -05:00
2023-10-31 19:11:35 -04:00
[lisp-mmo-client (game frontend / UI) using common lisp](./client/README.md)
2023-12-15 21:28:43 -05:00
2023-12-16 15:06:29 -05:00
* [raylib (external library)](https://github.com/raysan5/raylib)
* [:cl-raylib](https://github.com/longlene/cl-raylib)
* [:3d-vectors](https://quickref.common-lisp.net/3d-vectors.html)
* [:usocket](https://github.com/usocket/usocket)
* [:simple-actors](https://github.com/j3pic/simple-actors)
* [:bordeaux-threads](https://github.com/sionescu/bordeaux-threads)
* [:cl-bcrypt](https://github.com/dnaeon/cl-bcrypt)