Skip to content
Vrekt edited this page Dec 4, 2017 · 10 revisions

Welcome to the Lunar wiki! Here you will find tutorials and guides for Lunar. If you are unsure of something or need something to be added please open an issue or join the Discord.

Setting up Lunar for use

Lets start by setting up Lunar. You can find a tutorial on that here.

Getting started

Before we can continue on with our game there are a few more things to get out of the way first. Lets start by creating a new GameState, which is the core of our project. It handles just about everything for each level. GameStates tutorial

Next we must get textures for our game. We must also create a new world where we can roam around on. Here is the tutorial for creating worlds and tiles.

Creating animations

Animations are essential for characters in your game, while this isn't required animations make your game look more polished. Here is where you can find the animation tutorial.

Playing sound and getting input from the player.

Playing sounds and getting input can be found here.

Capturing screenshots

Currently Lunar has many helpful utilities, this includes the Capture utility. Capturing screenshots can be found here