Skip to content
Open

UI #6

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
02fe292
moved socket logic to socketHandler.js
CyFi13 Jan 13, 2026
5d499bf
updated index.html file to help with testing socketHandler.js file
CyFi13 Jan 13, 2026
2ff74e1
new game
amiskus999 Jan 13, 2026
673012f
combining Tristen and Johson's server code
CyFi13 Jan 15, 2026
6f1c2f0
made server account for # of hits
amiskus999 Jan 15, 2026
995d5ea
completed api calls for execute_strike, opponent_ready, game_start, r…
amiskus999 Jan 20, 2026
5e46d94
added testing files
CyFi13 Jan 15, 2026
6430e24
basic test files set up with a few example tests
CyFi13 Jan 20, 2026
4baea45
i need to fix some error with ready
amiskus999 Jan 20, 2026
8aac39d
created new apis and methods to handle turns
amiskus999 Jan 22, 2026
17f8c47
temporary deplyment
Feb 5, 2026
2dcd880
bug fixes + status bar
Feb 10, 2026
66a6cfa
Singleplayer modal and Scaling Fixes
n1ck-sm1th Feb 10, 2026
b6032d1
merge conflict
Feb 17, 2026
93aad0b
turn merge conflict
Feb 17, 2026
a371e27
Quick update to the modals
n1ck-sm1th Feb 17, 2026
29cf3d7
test
Feb 19, 2026
d0f3efa
Merge remote-tracking branch 'refs/remotes/origin/assimilation' into …
Feb 19, 2026
5e9f278
added CORS
Feb 19, 2026
6e80f5c
Dice roll and Status bar update
n1ck-sm1th Feb 19, 2026
22b9633
error: lobby broken
Feb 19, 2026
d6b525e
Added search indicator for enemy and friendly, dice roll UI update, m…
n1ck-sm1th Feb 21, 2026
ba43310
UI Updates, fuel and health data, UI for turns, indicate searched hex…
n1ck-sm1th Feb 23, 2026
d976851
working lobbies and turn UI
Feb 23, 2026
dee1d86
Major refactoring, testing script updates, got rid of selecting land,…
n1ck-sm1th Feb 23, 2026
20cfa8f
merged UI
Feb 24, 2026
16730ec
hger
n1ck-sm1th Feb 24, 2026
87d0452
Assimilation into ui
n1ck-sm1th Feb 24, 2026
718151a
Integration fixes
n1ck-sm1th Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Or, mannually install singular requirements:

`npm i socket.io-client`

`npm i uuid`

### Build and Run
Run `npm run dev -- --host`. Copy and paste the output link in the browser to visualize app.

Expand Down
Loading
Loading