Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Aug 22, 2023
1 parent 8855f45 commit 2710221
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Stratagems is an infinite digital board game. it is both persistent and permissi

Stratagems is thus first and foremost a social game. Its main inspiration is [conquest.eth](https://conquest.game) who successfully created a deeply social game out of simple mechanics. Stratagems explores this further by having even simpler rules. It also reduces the gas cost to a minimum by spreading the actions over a week. It works because most of the game plays out in the conversations and strategies happening among the players.

While maximally on-chain, Stratagems scales with player by offering compelling off-chain gameplay with the social complexity associated with it.
While maximally on-chain, Stratagems scales with players by offering compelling off-chain gameplay thanks to its associated social complexity.

## How do you play ?

Expand All @@ -49,6 +49,12 @@ More details coming soon! Follow our [twitter](https://twitter.com/stratagems_et

We are assuming here that you already setup your env as specified in the [initial setup section](#initial-setup)

### install dependencies

```bash
pnpm i
```

Then Assuming you have [zellij](https://zellij.dev/) installed

```bash
Expand Down Expand Up @@ -85,6 +91,10 @@ pnpm indexer:dev
pnpm web:dev
```

### Play the game

Just navigate to the url mentioned in the console. If you have no other thing running, it should be [http://localhost:5173/]()

## Deploying to a network

Just execute the following
Expand Down Expand Up @@ -117,10 +127,4 @@ You need to have these installed
npm i -g pnpm
```

Then you need to install the local dependencies with the following command:

```bash
pnpm i
```

We also recommend to install [zellij](https://zellij.dev/) to have your dev env setup in one go via `pnpm start`
- We also recommend to install [zellij](https://zellij.dev/) to have your dev env setup in one go via `pnpm start`

0 comments on commit 2710221

Please sign in to comment.