Skip to content

Commit

Permalink
Add ECSx tutorial (#4853)
Browse files Browse the repository at this point in the history
Add ECSx official tutorial under 'Game' section
  • Loading branch information
Sancxo committed Aug 11, 2023
1 parent fc01b6b commit f37a44b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis
*Libraries for and implementations of games.*

* [Binbo](https://github.com/DOBRO/binbo) - A chess representation written in Erlang using [Bitboards](https://www.chessprogramming.org/Bitboards), ready for use on game servers.
* [ECSx](https://hexdocs.pm/ecsx/initial_setup.html) - An Entity-Component-System framework providing a battle ship game as a tutorial ([read more on Dockyard blog](https://dockyard.com/blog/2023/07/06/ecsx-a-new-approach-to-game-development-in-elixir)).
* [entice](https://github.com/entice/entice) - A distributed Entity-Component-System framework, providing its own example MMORPG server.
* [mines](https://github.com/kevlar1818/mines) - A minesweeper clone in the terminal.
* [pictionary](https://github.com/Arp-G/pictionary) - A multiplayer guessing and drawing game ([skribbl.io](https://skribbl.io/) clone).
Expand Down

0 comments on commit f37a44b

Please sign in to comment.