Skip to content

Commit 924ad4f

Browse files
authored
Merge pull request #272 from federicojacobi/patch-1
Add postmortem and eCS
2 parents 909f7f5 + 2e700a0 commit 924ad4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
A 1kb entity component system, designed for js13k
2727
* [js13k-2d](//github.com/kutuluk/js13k-2d)
2828
A <2kb 2D WebGL renderer, designed for js13k
29+
* [ant-ecs](//github.com/federicojacobi/ant-ecs)
30+
An object-based ECS implementation meant for learning, on a tiny codebase.
2931
* [floppy](//github.com/lpagg/floppy)
3032
A micro game engine for beginners
3133
* [Jabo Micro Game Engine](//jabo-bernardo.github.io/jabo-micro-game-engine)
@@ -878,6 +880,8 @@
878880
by bbaustin ([@bbaustin](//github.com/bbaustin))
879881
* [13th Floor](//roblouie.com/article/1219/the-making-of-the-13th-floor-js13k-2024)
880882
by Rob Louie ([@roblouie](//github.com/roblouie))
883+
* [13s](https://federicojacobi.com/2024/10/09/another-js13k-jam-lessons-learned/)
884+
by Federico Jacobi ([@federicojacobi](//github.com/federicojacobi))
881885
* [How it started](//github.com/RomanMiniv/js13k-game-2024/blob/master/POST-MORTEM.md)
882886
by Roman Miniv ([@RomanMiniv](//github.com/RomanMiniv))
883887
* [The Way of the Dodo](//github.com/repsej/TheWayOfTheDodo)

0 commit comments

Comments
 (0)