10000 GitHub - JacobOaks/ambulare: A side-scrolling engine built on top of LWJGL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JacobOaks/ambulare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ambulare Title

Demo

Click Here For Demo

Overview

Ambulare is a fun little side-scrolling engine that I built from scratch on top of LWJGL. The demo above shows off most of the capabilities, including a custom physics engine, a sound system, lighting systems, animations, and menus. All of the textures and sounds are homemade as well.

One capability not shown in the demo above is the custom readable serialization format I created in order to allow the idea of "stories". A story consists of multiple interconnected levels, such as Dank Cellar and Galen Forest shown in the demo above. By understanding the simple serialization format read in by the program, entire stories consisting of custom levels, blocks, textures, backgrounds, foliage, etc. can be created without touching any code at all.

In an alternate universe where I had unlimited time I would extend this project by adding many more levels, implementing enemies and combat, inventory and equipment systems, game saving/loading, and some sort of journal/quest system - all of which would be fully customizable for any aspiring custom story creator. I would also extend the soundscape to include homemade music and ambient noises.

Building

I developed this with Java 1.8.0_231 installed. The project use Maven to track dependency versions and to build. The pom.xml file with all the necessary libraries listed is included in the repository. Simply import this repo into something like IntelliJ and make sure the natives in the pom.xml properties matches your system, and it should work.

If you're running on MacOS, use the following JVM argument or you will probably crash:

-XstartOnFirstThread

Other Notes

If you experience screen tearing on MacOS despite V-Sync being enabled, run the following console command:

defaults write -g NSRequiresAquaSystemAppearance -bool No

About

A side-scrolling engine built on top of LWJGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0