Battleship game from Functional Web Development with Elixir, OTP, and Phoenix
Stars
1
Forks
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
38
commits
hello phoenix
6588ca3
Ensure data is cleaned up when timed out
c00f5fc
Store game state in ETS for crash recovery
7a34aaa
Add a (long) timeout to our GenServer
6570ac7
Add adult supervision
c05644d
Removed unused variables
b0769f4
Use a named GenServer process
0052be4
Handle guessing coordinates in our genserver
ee3aa0e
Handle setting islands with our genserver
c0334c2
Handle overlapping islands in our gen server
b479883
Test positioning through our gen server
58d06c4
Add some parts of the Game genserver
c6db667
Collapse state transition tests into a single test
e75be19
Fix typo / bug
7ca0e47
Add state transitions for player 2
842dd21