Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrick committed Dec 31, 2013
2 parents f357d00 + 363afc3 commit 7750ea4
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 61 deletions.
8 changes: 0 additions & 8 deletions Assets/Scripts/Chunk.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/Crosshair.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/Noise.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/PlayerIO.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/PlayerWalkScript.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/PlayerWalkScriptLeft.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Scripts/World.cs.meta

This file was deleted.

19 changes: 19 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
License
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.


More Information
----------------
The source code and files contained in all files in this repository are property of their original owners. All files that do not have a license otherwise, are placed under the GNU General Public License. By using the files in this repository, you aggree that the contained code is provided with no warranty or guarentess and agree to all licenses in this repository. To redistribute this, you must give credit to all the original authors (listed in the credits of the README.md file).
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Mine-in-Unity
![Screeny of Mine In Unity] (http://i39.tinypic.com/2wn49pf.png)
Free, open source Minecraft clone made in Unity3D!

Download [Unity](http://unity3d.com/)

Installation
------------
1. Clone using git
Expand All @@ -18,22 +20,20 @@ Controls
- A: Move Left
- S: Move Backward
- D: Move Right

- Mouse: Camera Control

- Right Click: Place Block
- Left Click: Break Block
- Middle Click: Select Block

- F5: 3rd Person View (Second Time Resets It)
- ~~ESC + F1: Exit Game~~ (Coming in v0.1.2d)

Version Info
------------
Changelog:
First Release (0.1}
First Release (0.1)

Known Bugs:
- Walking is REALLY weird. We'd appreciate anyone's help with fixing that!
- Walking animation is REALLY weird. We'd appreciate anyone's help with fixing that!
- Slight lag on chunk load.
- Block glitching.
- Some world generation bugs, not too noticeable.
Expand Down

0 comments on commit 7750ea4

Please sign in to comment.