# CraftGame **Repository Path**: liu_endong/CraftGame ## Basic Information - **Project Name**: CraftGame - **Description**: a minecraft-like game - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CraftGame a minecraft-like game programmed in Java with LWJGL 2. The game is in beta now. So if you have some suggestion, just leave in the comment. **** #### How to build and run * Windows To build, just type > gradlew.bat build then > gradlew.bat run There you go! * Linux && MacOS Pretty easy too! Just type > ./gradlew build and then > ./gradlew run There you go! # Have fun!