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

readme update #1224

Merged
merged 1 commit into from
Nov 30, 2023
Merged
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
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
[gha-badge]: https://img.shields.io/github/actions/workflow/status/dojoengine/dojo/ci.yml?branch=main
[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fdojoengine
[tg-url]: https://t.me/dojoengine

</div>

# Dojo: The Provable Game Engine
Expand All @@ -31,7 +32,7 @@ Dojo offers a comprehensive suite of onchain game development tools, harnessing

### 🔑 Highlighted Features of Dojo:

1. **Entity Component System (ECS)**: Crafted in [Cairo](https://github.com/starkware-libs/cairo), it provides a solid foundation to structure your game.
1. **Default Entity Component System (ECS)**: Crafted in [Cairo](https://github.com/starkware-libs/cairo), it provides a solid foundation to structure your game.
2. **[Torii Indexer](/crates/torii/README.md)**: Say goodbye to manually creating indexers. Torii does it automatically for you!
3. **[Katana Network](/crates/katana/README.md)**: An RPC development network to streamline and expedite your game's iterative processes.
4. **[Sozo CLI](/crates/sozo/README.md)**: Your trusty CLI tool to oversee and upkeep your in-game universes.
Expand All @@ -41,6 +42,11 @@ Dojo offers a comprehensive suite of onchain game development tools, harnessing

See the [installation guide](https://book.dojoengine.org/getting-started/quick-start.html) in the Dojo book.

## ⛩️ Built with Dojo

- [Awesome Dojo](https://github.com/dojoengine/awesome-dojo)
- [Origami](https://github.com/dojoengine/origami)

## 📚 Examples in 30s

- [Dojo starter react](https://github.com/dojoengine/dojo-starter-react-app)
Expand All @@ -63,10 +69,6 @@ We welcome contributions of all kinds from anyone. See our [Contribution Guide](

See our [Enviroment setup](https://book.dojoengine.org/getting-started/setup.html) for more information.

## ⛩️ Built with Dojo

- [Awesome Dojo](https://github.com/dojoengine/awesome-dojo)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
Loading