Skip to content

duckmole/elm-pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacMan in elm

Repository for PacMan coding-dojo in ELM

Explanation

The first commit contains skeleton to start.

Run the test

elm-test launch the tests

There are 3 failed tests. Those 3 tests should show 3 different ways we could explore during the dojo :

  • Test Update when press -> key : code key event in elm, and update the model depending of the key.
  • Test Display canvas grid : code the string transformation to canvas. With this dojo we would like to try canvas display.
  • Test Display pacman on grid : more classical functionality (for me). Transform complex model into List Char

Helper : On my computer the code return by arrows are :

  • → '
  • ← %
  • ↑ &
  • ↓ (

The result

About

Coding-Dojo : Pacman in ELM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages