MineyCrafta is the game of Minecraft, moved to a fully text-based medium. It's built with Dart, and runs fully client-side on any modern web browser.
- Install the Dart SDK. You can get it here, or if you're using Windows, you can use the Dart installer.
- Download the dependancies. From the command line, naviagte to this repository and run:
pub get
- Serve the application. Run:
pub serve
- Point your web browser to
localhost:8080
. - Enjoy!