This game is a submission for Ludum Dare 57. View all gamesView submission

A game about building neural networks to solve puzzles. Made in 48 hours for Ludum Dare 57. A neat fact is that most of the game is made with hand written web assembly, all  the graphics and audio are generated in web assembly, with some light javascript just to get things from memory to the browser.

Controls:

  • Left click to place nodes, drag nodes, create new links, adjust connection weights
  • Right click to delete things
Here are some hints for the first few levels
  • Nodes have a value from -1 to +1. Positive values are displayed as yellow circles growing from the center, negatives are displayed as yellow rings growing inward from the edge
  • Links between nodes have a weight from -1 to +1, the node value will be the sum of all the incoming nodes multiplied by the link weight, this values is then clamped to -1 to +1 after all the values are added
  • You can create additional nodes by clicking on an empty region. You can create new links by clicking and dragging near the edge of a node.
  •  Slide the white circle along the link to adjust link weights

Updated 14 days ago
Published 21 days ago
StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorkaliuresis
GenrePuzzle
TagsLudum Dare 57
LinksLudum Dare

Leave a comment

Log in with itch.io to leave a comment.