An open API service indexing awesome lists of open source software.

https://github.com/iconmaster5326/mineycrafta

THE MINE. THE CRAFT. DO IT.
https://github.com/iconmaster5326/mineycrafta

Last synced: 3 months ago
JSON representation

THE MINE. THE CRAFT. DO IT.

Awesome Lists containing this project

README

        

# MineyCrafta
## THE MINE. THE CRAFT. DO IT.

MineyCrafta is the game of Minecraft, moved to a fully text-based medium. It's built with [Dart](https://www.dartlang.org/), and runs fully client-side on any modern web browser.

## Running

1. Install the Dart SDK. You can get it [here](https://www.dartlang.org/tools/sdk), or if you're using Windows, you can use the [Dart installer](http://www.gekorm.com/dart-windows/).
2. Download the dependancies. From the command line, naviagte to this repository and run: `pub get`
3. Serve the application. Run: `pub serve`
4. Point your web browser to `localhost:8080`.
5. Enjoy!