pxWorlds is a prototype game built with LWJGL, inspired by classic tutorials and open-world creativity. 🎓 Inspired by: 3D Game Development Series on YouTube
git clone https://github.com/temmiland/pxWorlds.git
cd pxWorlds/Make sure you have Git and Java 21+ installed.
./mvnw clean install./mvnw exec:execAfter building, you can run the game using the generated JAR files. Download the appropriate JAR for your platform from the Releases page.
- Linux:
java -jar pxWorlds-linux.jar - macOS (Intel):
java -XstartOnFirstThread -jar pxWorlds-macos-amd64.jar - macOS (Apple Silicon):
java -XstartOnFirstThread -jar pxWorlds-macos-arm64.jar - Windows:
java -jar pxWorlds-windows.jar
Make sure you have Java 21+ installed on your system.
This project is licensed under the MIT License.
Please see LICENSE for more info.