Skip to content

Commit

Permalink
removed unecessary links
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnerOfJK committed Dec 14, 2023
1 parent acd24ed commit adf238b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

## PixeLAW: Autonomous Pixel Playground

PixeLAW is an anutonomous pixel playground built using [Cairo](https://github.com/starkware-libs/cairo) and [Dojo](https://github.com/dojoengine/dojo). PixeLAW has a core layer so that builders can create their own applications top of it. These apps share states and interact each other.
PixeLAW is an anutonomous pixel playground built using [Cairo](https://book.cairo-lang.org/) and [Dojo](https://book.dojoengine.org/) on top of [Starknet](https://book.starknet.io/). PixeLAW has a core layer so that builders can create their own applications top of it. These apps share states and interact each other.

This book is dedicated to familiarizing you with PixeLAW and its potential. A special section on the [Theory](./theory/autonomous-worlds.md) elucidates this emergent concept of autonomous worlds.
This book is dedicated to familiarizing you with PixeLAW and its [vision](https://medium.com/@syora/discovering-pixelaw-the-fully-onchain-planet-ac5e8bb40dfb) to create an [autonomous world](https://book.dojoengine.org/theory/autonomous-worlds.html).

When reading this book, you are on your way to become a Pixel World Builder.

The main contents are as follows.
- [Quickstart](./getting-started/quick-start.md)
- [Build a PixeLAW APP](./build-app/1-build-app.md)
- [What is PixeLAW?](./theory/what-is-pixelaw.md)
- [Explore the Architecture](./architecture/overview.md)
- [Tutorial](./app-tutorials/README.md)
- [PixeLAW Architecture](./architecture/overview.md)
- [App Tutorial](./app-tutorials/README.md)

### How do I get involved?

Expand Down
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
- [Overview](./architecture/overview.md)

# App Tutorials
- [Minesweeper](./app-tutorials/README.md)
- [Minesweeper](./app-tutorials/index.)

0 comments on commit adf238b

Please sign in to comment.