Andrew WatsonAndrew Watson
awwsmm.com / projects / ConwayScalaJS

ConwayScalaJS

Try it out at https://conway.awwsmm.com/

Updates

See the complete commit history at
github.com/awwsmm/ConwayScalaJS

  • Commits: 6c1e126 ... 6c1e126
    • 6c1e126 | update readme with link to demo
  • -
    Commits: 7d4d206 ... 390f574
    • 390f574 | rewrite everything using typed actors; improve performance by having organisms track their own neighbors
    • b3dab34 | basic instructions, buttons for ease of use on mobile, change size of grid, fix positioning bug
    • 53ee077 | add compiled js.map file
    • 809412d | add compiled js file
    • 3492866 | rename main.html to index.html
    • 7d4d206 | Create CNAME
  • Commits: b260061 ... b260061
    • b260061 | change object messages to case objects for better toString representations
  • Commits: 5ffb7b4 ... f8d0c41
    • f8d0c41 | use full optimisation with a big map by default
    • 6c04907 | cleanup; added ability to 's'tart and 's'top continuous running; added ability to toggle logging on or off in source; huge performance improvement by not re-rendering organism div every tick (only changing background color); made 'dead' organisms off-white for better visibility
    • e637565 | Create README.md
    • 5ffb7b4 | initial commit
awwsmm.com / projects / ConwayScalaJS