64 Commits (master)

Author SHA1 Message Date
Tait Hoyem ff57e6b883 split up games into individual apps
2 years ago
Tait Hoyem 44dda24579 fix django 4.0 migrations
2 years ago
Tait Hoyem ed815ac74e Fix minesweeper's SR compatibility; start on battleship.
4 years ago
Tait Hoyem 22a5e3d893 Generates dynamic board based on size
4 years ago
Tait Hoyem 69b308a7ea Fix spacing
4 years ago
Tait Hoyem bdcce1149b Add width, height, bombs to board
4 years ago
Tait Hoyem 4cc33922fd Fix hard coded values
4 years ago
Tait Hoyem 703c2f38ac Normalize double quotes
4 years ago
Tait Hoyem e964696552 Add width/height to board
4 years ago
Tait Hoyem b54fad4b53 Improve perceived performance
4 years ago
Tait Hoyem 7601332281 Improve performace/simplify code
4 years ago
Tait Hoyem f7351527ca Fix flag showing tiles bug
4 years ago
Tait Hoyem 7be77fa2e9 Fix Minesweeper flag showing problem
4 years ago
Tait Hoyem 31b5cfa827 Make Minesweeper a bit simpler; WIP
4 years ago
Tait Hoyem b55e14eea3 Add mobile buttons to minesweeper
4 years ago
Tait Hoyem e90519f26a Remove user= from Room.create
4 years ago
Tait Hoyem 66d86d17ac Patch __str__ for ActiveUser.
4 years ago
Tait Hoyem 0051189f1a Fix player list being empty; add no available rooms message
4 years ago
Tait Hoyem 272bbfb7c7 Make styling better
4 years ago
Tait Hoyem 119ad23313 Do not go to new row when going right past last item
4 years ago
Tait Hoyem 5f1c1acce7 Use classic rules: show all non-bomb tiles to win; flags become a helper
4 years ago
Tait Hoyem 6973c2095b c = write position/Cordinate
4 years ago
Tait Hoyem 124787f4db revert to old board
4 years ago
Tait Hoyem 11ff457cb7 Try annother accesibiliry strat
4 years ago
Tait Hoyem 8b9d5797de Move into table; remove <label>
4 years ago
Tait Hoyem 02dd5daea6 aria-label -> aira-labelledby
4 years ago
Tait Hoyem 405c45c601 Add accessibility labels for buttons
4 years ago
Tait Hoyem dcd53ea5ae Remove <id> to connect to WS consumer; add BOMB_UNICORDE var
4 years ago
Tait Hoyem e5e4cf1b2c Add second winning condition
4 years ago
Tait Hoyem 077c598309 Remove <ID> for Minesweeper
4 years ago
Tait Hoyem a09a8a2bb6 Fix RPS after all the migrations
4 years ago
Tait Hoyem add6eefd86 add minesweeper logic/routed
4 years ago
Tait Hoyem e7a414bcc4 migrations
4 years ago
Tait Hoyem a3956e3bad Add TODOs
4 years ago
Tait Hoyem 6b913b448b MinesweeperBoard -> ActiveUser -> User
4 years ago
Tait Hoyem f93e0516d1 Connect Minesweeper to user
4 years ago
Tait Hoyem 396005bc33 Add minesweeper models
4 years ago
Tait Hoyem cf3c483a14 Add minesweeper routes
4 years ago
Tait Hoyem 0d57509e6a Move write_message() to gamelog inline script
4 years ago
Tait Hoyem dc2ef7505d simplify sending message to channel group; add styliing
4 years ago
Tait Hoyem 723d9c512b Move join-by-id to the bottom
4 years ago
Tait Hoyem 41dd840e6a Centralize the creation of new games
4 years ago
Tait Hoyem 90ce1c1d41 Add migrations
4 years ago
Tait Hoyem 311319ee70 Update rps template
4 years ago
Tait Hoyem 795ab0a41e Delete user from other rooms before joining
4 years ago
Tait Hoyem 9e12814dac Add games static
4 years ago
Tait Hoyem 614bae0dbb Add gamelog template
4 years ago
Tait Hoyem dc9192acf1 User new long game name
4 years ago
Tait Hoyem 190e5c9eac Add long name for Room model; add __str__ to ActiveUser
4 years ago
Tait Hoyem 95ec910ca2 Use rps/join/<id> for selecting game
4 years ago