Add initial implementation of Stock Trading Game with CSS styling, HTML structure, and trade logging functionality

This commit is contained in:
2025-12-19 16:33:48 -06:00
parent 8609879386
commit 5cf483d8ad
10 changed files with 775 additions and 495 deletions

View File

@@ -0,0 +1,42 @@
[
{
"name": "test",
"profit": 29242282,
"net_worth": 29243282,
"final_balance": 29243282,
"leaderboardDays": 100,
"timestamp": "2025-12-11 22:53:08"
},
{
"name": "Nvidia",
"profit": 20420,
"net_worth": 21420,
"final_balance": 21420,
"leaderboardDays": 10,
"timestamp": "2025-12-13 15:30:26"
},
{
"name": "test",
"profit": 1680,
"net_worth": 2680,
"final_balance": 2680,
"leaderboardDays": 5,
"timestamp": "2025-12-13 15:25:16"
},
{
"name": "test",
"profit": 0,
"net_worth": 1000,
"final_balance": 1000,
"leaderboardDays": 5,
"timestamp": "2025-12-13 15:24:32"
},
{
"name": "easports",
"profit": 0,
"net_worth": 1000,
"final_balance": 1000,
"leaderboardDays": 5,
"timestamp": "2025-12-13 15:27:17"
}
]