Skip to content

SpaceMadness/unity-tutorial-2d-roguelike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2D Roguelike made easy with Lunar

This is a modified version of Unity 2D Roguelike Tutorial used in Lunar Plugin presentation. Includes custom commands for days and food management.

Requires Lunar v0.0.4b or later

Installation

Open project in Unity Editor and import Lunar plugin from the Asset Store.

Commands

Days management:

  • day: starts Nth day.
  • restart: restarts current day.
  • prev: starts prev day.
  • next: starts next day.

Food management:

  • food: overrides food amount.

For more info check Commands user guide.

Key Bindings

bind [ prev
bind ] next
bind r restart

For more info check Keys Binding user guide.

Project Tutorial

For more info, please, check the official project tutorial.

About

Unity 2D Roguelike Tutorial with Lunar plugin integrated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages