Skip to content

temmiland/pxWorlds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦚 pxWorlds

Stars License

pxWorlds is a prototype game built with LWJGL, inspired by classic tutorials and open-world creativity. 🎓 Inspired by: 3D Game Development Series on YouTube

🚀 Getting Started

1. Clone the repository

git clone https://github.com/temmiland/pxWorlds.git
cd pxWorlds/

2. Build the project

Make sure you have Git and Java 21+ installed.

./mvnw clean install

3. Run the project

./mvnw exec:exec

4. Running the JAR (Standalone Executable)

After 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.

About

Java game prototype written with LWJGL 🎮🦚

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors