Skip to content

N27: Chaos Theory #836

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/027/chaos-theory.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions content/news/027/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,25 @@ The code source is freely [available on GitHub](https://github.com/djeedai/libra
[@djeedai]: https://twitter.com/djeedai
[Bevy Engine]: https://bevyengine.org/

### [Chaos Theory] - gamified double pendulum simulator

![Chaos Theory Gif](chaos-theory.gif)

[Chaos Theory] is a tiny HTML5 game by [@necauqua] where you can draw and
simulate pendulums with a few goals and restrictions per level.
It was done for [Ludum Dare 49][Chaos Theory] with a help of a small custom
engine with Rust being compiled to WASM and drawing shapes to an HTML5 canvas.

You can play the game [online][chaos-theory-online], and the source code
is available [here][chaos-theory-src] and
[here][chaos-theory-engine-src].

[Chaos Theory]: https://ldjam.com/events/ludum-dare/49/chaos-theory-1
[@necauqua]: https://twitter.com/necauqua
[chaos-theory-online]: https://ld49.necauqua.dev
[chaos-theory-src]: https://github.com/necauqua/chaos-theory
[chaos-theory-engine-src]: https://github.com/necauqua/ld-game-engine

### [Me And My Unicycle]

![Me And My Unicycle screenshot](me_and_my_unicycle_cover.png)
Expand Down