Commit graph

8 commits

Author SHA1 Message Date
Alx-Ai
ad3af94f72 added background music 2025-06-05 08:02:33 +00:00
Tyler Marques
700a5132a1
Fixing some issues with streaming and games not being accessible
Signed-off-by: Tyler Marques <me@tylermarques.com>
2025-06-04 14:16:44 -04:00
Tyler Marques
4c3fb72983
Removing files that got added by accident 2025-05-30 11:33:15 -07:00
Tyler Marques
190686e248
WIP: Adding games to test. 2025-05-28 10:38:15 -07:00
Tyler Marques
ff8249709f
Missing SCs, units with bad destination data
There were a number of tiles that didn't have SCs, resulting in some of
the provinces appearing to have more units than SCs. This was an issue
with the map data and is now fixed.

When setting the unit destination, we were setting it when creating the
animation, meaning that when we went to create the next animation we
would find the unit we already made an animation for.
2025-04-15 12:04:12 -04:00
AlxAI
67b772d60d standings! 2025-03-22 17:32:17 -07:00
Tyler Marques
e92c3393d2
Full working stream. Fixed issue with chrome SIGILL'ing with base software renderer
Moved the assets to public, as assets is the directory that vite preview
serves it's files from and that confuses vite. Using public is just
easier. Updated all the needed links.
2025-03-17 16:27:03 -04:00
Tyler Marques
39c8320484
Reformating the project to have it's own directory, relying on TS
This makes the project able to use TS, and can be stood up using `npm
run dev`
2025-03-06 11:34:42 -05:00