From acf2efc1cb7495377b94e56df6796be2a39017b5 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Tue, 3 Dec 2024 14:19:43 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 36c81f9de..13ff8b817 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ Play [Loot Survivor](https://goerli-survivor.realms.world/) -Table of contents +## Table of contents -- [Game Design](#🕹ī¸-game-design) -- [Technology](#⛓ī¸-technology) -- [Infrastructure](#đŸ–Ĩī¸-infrastructure) -- [Contributing](#🏗ī¸-contributing) +- [Game Design](#game-design) +- [Contributing](#contributing) +- [Technology](#technology) +- [Infrastructure](#infrastructure) --- -## 🕹ī¸ Game Design +## Game Design Loot Survivor is an onchain Arcade machine game. You add some tokens, try to get the highscore and live for eternity onchain. @@ -115,13 +115,13 @@ The items are based off the OG loot contract --- -## 🏗ī¸ Contributing +## Contributing The game is a work in progress and contributions are greatly appreciated. --- -## ⛓ī¸ Technology +## Technology Loot Survivor is an onchain game, designed to be immutable and permanently hosted on Starknet. We use advanced gas optimization to reduce costs on Starknet. A player's gamestate exists primarily in a single felt252, every action the player takes only updates a single storage slot. @@ -134,7 +134,7 @@ Loot Survivor is an onchain game, designed to be immutable and permanently hoste --- -## đŸ–Ĩī¸ Infrastructure +## Infrastructure ### Servers @@ -227,4 +227,4 @@ starkli call --watch $CONTRACT_ADDRESS get_xp $ADVENTURER_ID 0 --account $STARKN ##### Get number of stat upgrades available ```bash starkli call --watch $CONTRACT_ADDRESS get_stat_upgrades_available $ADVENTURER_ID 0 --account $STARKNET_ACCOUNT --private-key $PRIVATE_KEY -``` \ No newline at end of file +``` From 30d2ed964057ea0c126eb5e8d6c3724c12052287 Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Tue, 3 Dec 2024 14:22:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13ff8b817..36665f1f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - + - +