https://github.com/yzhang-gh/myminecraft-unity3d
a minecraft-like game
https://github.com/yzhang-gh/myminecraft-unity3d
Last synced: 4 months ago
JSON representation
a minecraft-like game
- Host: GitHub
- URL: https://github.com/yzhang-gh/myminecraft-unity3d
- Owner: yzhang-gh
- Created: 2015-06-24T13:34:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T12:19:09.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T00:54:14.202Z (6 months ago)
- Language: ASP
- Size: 8.21 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myMinecraft-unity3d
a minecraft-like game## Features
* First of all, click to lock cursor.
* Left click to destory, right click to place.
* Press `1` to use stone, press `2` to use dirt.
* Press `esc` to release cursor
* Infinite terrain## Directory structure
```
.
|- build
| |- myMinecraft.exe // run it
| |- myMinecraft_Data // necessary to run myMinecraft.exe
| |- (saves) // game progress (automatically generated)
```