mirror of
https://git.astronand.dev/minecartchris/Stock-Game.git
synced 2026-07-12 14:00:53 -04:00
Add initial implementation of Stock Trading Game with CSS styling, HTML structure, and trade logging functionality
This commit is contained in:
42
Stock game/leaderboard.json
Normal file
42
Stock game/leaderboard.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user