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.
- Host: GitHub
- URL: https://github.com/iconmaster5326/mineycrafta
- Owner: iconmaster5326
- License: apache-2.0
- Created: 2017-01-18T21:37:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T18:44:03.000Z (about 8 years ago)
- Last Synced: 2025-02-02T06:26:11.423Z (4 months ago)
- Language: Dart
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!