Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: (Readme) #590

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://twitter.com/lootrealms">
<a href="https://x.com/lootrealms">
<img src="https://img.shields.io/twitter/follow/lootrealms?style=social"/>
</a>
<a href="https://twitter.com/BibliothecaDAO">
<a href="https://x.com/BibliothecaDAO">
<img src="https://img.shields.io/twitter/follow/BibliothecaDAO?style=social"/>
</a>

Expand All @@ -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.

Expand Down Expand Up @@ -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.
Expand All @@ -134,7 +134,7 @@ Loot Survivor is an onchain game, designed to be immutable and permanently hoste

---

## 🖥️ Infrastructure
## Infrastructure

### Servers

Expand Down Expand Up @@ -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
```
```