summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2025-04-27Use the multiplayer's type instead of simple string to send messagesSanto Cariotti
2025-04-27Co-op mode with next player randomlySanto Cariotti
2025-04-26Fix: do not add emtpy IP peersSanto Cariotti
2025-04-24Fix winner text on co-op 2vs2Santo Cariotti
2025-04-24Fix: nil pointer for `n.connections`Santo Cariotti
2025-04-24fix: players teamSanto Cariotti
2025-04-24Show who you are on players listSanto Cariotti
2025-04-24Play co-op 2 vs 2Santo Cariotti
2025-04-22tests: fix sleep for server startSanto Cariotti
2025-04-22FIx duplicated codeSanto Cariotti
2025-04-22Fix typoSanto Cariotti
2025-04-22Use machine IPSanto Cariotti
2025-04-22More session namesSanto Cariotti
2025-04-22fix: do not show the game view if player2 is nilSanto Cariotti
2025-04-22Return a port only in the ephemeral ports rangeSanto Cariotti
2025-04-18Disable quit keybindings for list on Game pageSanto Cariotti
2025-04-18Use "ctrl+c" for quitting on playSanto Cariotti
2025-04-18Avoid to recall `newGameCallback()` if not in landing pageSanto Cariotti
2025-04-18Restore a gameSanto Cariotti
2025-04-18Add type on messages between peersSanto Cariotti
2025-04-18Use connections made by a struct of `net.Conn` and addressSanto Cariotti
2025-04-18Store peer addresses tooSanto Cariotti
2025-04-18Use playname-n for peers instead of peer-1 and peer-2Santo Cariotti
2025-04-18Close connection on end gameSanto Cariotti
2025-04-18Log sent messagesSanto Cariotti
2025-04-17Move internal/network package to pkg/p2pSanto Cariotti
2025-04-17Logger with also stdout and move logic to network.Me() instead of network.Peer()Santo Cariotti
2025-04-17Show icon for win/lose/draw on play landing pageSanto Cariotti
2025-04-17Handle abandon gameSanto Cariotti
2025-04-17Outcome for a gameSanto Cariotti
2025-04-17Split moves by '\n'Santo Cariotti
2025-04-17Style moves list like the game list on play pageSanto Cariotti
2025-04-17Show only the last 10 movesSanto Cariotti
2025-04-17Use a better UI to show movesSanto Cariotti
2025-04-17Fix "Q" space for gameSanto Cariotti
2025-04-17Split views on subfilesSanto Cariotti
2025-04-17Reset filter every new moveSanto Cariotti
2025-04-17Choose a moveSanto Cariotti
2025-04-16Send messages for randomm chess moveSanto Cariotti
2025-04-16Remove topics on networkSanto Cariotti
2025-04-13Create adversary's serverSanto Cariotti
2025-04-09fix: format for errors printSanto Cariotti
2025-04-09Call paginator total pages setter onceSanto Cariotti
2025-04-08Game listSanto Cariotti
2025-04-08Bigger form widthSanto Cariotti
2025-04-08Show new/enter play only on landing pageSanto Cariotti
2025-04-08Start new server on new playSanto Cariotti
2025-04-08Use internal/pkg structureSanto Cariotti
2025-04-03Fix login and registerSanto Cariotti
2025-04-02Init login and frontendSanto Cariotti