WireWorld DS v0.6: new features, optimizations, bug fixes

Nintendo DS Homebrew info and download: WireWorld DS - Image 1A new build is out for asiekierka‘s WireWorld DS homebrew. Now in version 0.6, the game has a whole bunch bug fixes and lots of new optimizations. If you aren’t familiar with WireWorld, it’s a classic cellular automation program which simulates logic gates. Very useful for programmers, not to mention kinda hypnotizing. More in the full article.

Download: WireWorld DS v0.6
Download: WireWorld DS v0.6 (source code)

Nintendo DS Homebrew info and download: WireWorld DS - Image 1Nintendo DS homebrew developer asiekierka has released a new build for WireWorld, a DS version of the classic cellular automation program that simulates logic gates.

Programmers, in particular, might take an interest in this application. WireWorld basically reconstructs the logic pattern of commands such as AND, OR, NOT, NAND, and so on. Here are the rules of the program:

WireWorld has 4 states:

  • space – represented by black
  • wire – represented by gold
  • spark – represented by red
  • tail – represented by blue

Rules:

  • Spark changes to tail.
  • Tail changes to wire.
  • Wire changes to spark if it’s surrounded by 1 or 2 sparks.

Now in version 0.6, WireWorld DS has several new features, optimizations, and bug fixes. The source code is also available for download at the end of the article. Here is the changelog since version 0.4:

0.6:

  • + LOTS of optimizations. And i mean LOTS.
  • / i think some bugfixes, unsure
  • + Added controls information on the touch screen while on the title.
  • ! maybe something else, i don’t know.

0.5a:

  • . fixed the thread a bit
  • / fixed the annoying map uninitalization bug
  • * modded the title screen a bit
  • + now you can toggle between slow/normal motion on the touch screen

0.5:

  • ! Sadly, it doesn’t feature scrolling, it’s TOO SLOW to be used.
  • + a title screen
  • + Toggling between slow and normal motion
  • + You can now save your previous state before running the generation,
  • it’ll be there when you’ll stop it!
  • / fixed the dreaded loading bug
  • / Fixed a little annoying issue.
  • + Added a non-DLDI version to the ZIP.
  • maybe something else, i don’t know.

Download: WireWorld DS v0.6
Download: WireWorld DS v0.6 (source code)

Via GBAdev

Add a Comment

Your email address will not be published. Required fields are marked *