JordyMoos / elm-pixel-boulder-game

Pixel Boulder Game in Elm
https://jordymoos.github.io/elm-pixel-boulder-game/?startLevel=official%2F001&hideDebug=1
MIT License
41 stars 6 forks source link

Advent of code 2018 day 15 in Boulder Game #147

Closed JordyMoos closed 5 years ago

JordyMoos commented 5 years ago

The advent of code day 15 challenge is about a map with goblins and elves they attack each other. Would be cool if we can let Boulder Game emulate the challenge.

The challenge is following strict rules which allows us to mimic those.

Things that needs to happen:

JordyMoos commented 5 years ago

https://adventofcode.com/2018/day/15

JordyMoos commented 5 years ago

https://github.com/JordyMoos/elm-pixel-boulder-game/pull/148/files

JordyMoos commented 5 years ago

Done