Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/temporal/parendeck2d

A 2D game engine written in Lisp.
https://github.com/temporal/parendeck2d

common-lisp game-engine

Last synced: 11 days ago
JSON representation

A 2D game engine written in Lisp.

Awesome Lists containing this project

README

        

#+title: Parendeck 2D Engine
#+startup: hidestars

A rebirth of Holodeck 2D idea from my teenage years, except this time it's not C++ but Lisp :).

This time the architecture is... incremental, i.e. I'll be throwing
code at the pile until some structure manifests itself, and then
refactor accordingly.

* Games currently using the engine

- [[https://github.com/TeMPOraL/tswr-asteroids/][TSW Redux: Asteroids]] (PROTOTYPE) (WIP)
- [[https://github.com/TeMPOraL/lispjam-2017-04][Sheeps!]]

* Credits

** Entity-Component-System
The initial concept was copied from [[https://github.com/lispgames/ECS][ECS]] by Michael Fiano.