Devlog updates

This commit is contained in:
Dane Johnson 2022-08-26 14:28:23 -05:00
parent c911527401
commit 5fd21eefeb

View File

@ -1,9 +1,19 @@
# Hexland Devlog
## TODO
- Order indicies by chit placement (center spiral out)
- Order indicies by chit placement (center spiral out) (extension)
- Docks
- Placement on corners
- MP framework (at least the board)
## Dane - 08/26/22 @ 2:27 pm
Trying not to get to bogged down with the details and stick to development, but can't help but think about the long term.
If the plan is to make this web friendly, then we're looking at websockets. That's good in the sense that we might be able to avoid using Godot's flaky high-level multiplayer library, although it
still might wind up being the simplest way.
Anyway, head down and sally forth I guess. I'm trying to keep a running to-do list of short term goals up top. Still no word from Cole if he's interested in collaborating.
## Dane - 08/23/22 @ 2:45 pm