Learning Web Assembly #2

Another milestone in my journey to learn Web Assembly has been achieved. I have created a cellular automata that runs in real time within the browser:

Try it yourself here:

https://www.goshdarngames.com/rock-paper-scissors/

Source code can be found in this repository:

https://github.com/goshdarngames/LearningWebAssembly

Goals for Next Time:

For my next project in the series I would like to:

  • Use multiple threads.
  • Use ’embind’ to link the C methods to javascript as opposed to writing all the helper functions by hand.
  • Improve the user interface.