A top down action/adventure game filled with magic and music, inspired by Link's Awakening. https://tashio.dev
  • Lua 99.8%
  • Python 0.2%
Find a file
2026-07-23 21:28:06 -06:00
drawnums add dark flowers for forest 2026-02-07 12:15:53 -07:00
fonts added monospace font for dialogue system 2024-10-14 17:52:27 -06:00
graphics move entity collision with mapObjects into the entity class, broken collidesGrid method 2026-07-13 22:22:50 -06:00
lib add jumper library for pathfinding 2026-06-28 21:41:41 -06:00
music converted to ogg audio files 2026-01-11 16:39:33 -07:00
sounds converted to ogg audio files 2026-01-11 16:39:33 -07:00
src add axis priority rendering for boar walk state 2026-07-23 21:28:06 -06:00
.gitignore working step collision for web deployment and working touch detection for baton library 2025-03-07 21:47:19 -07:00
conf.lua add jumper library for pathfinding 2026-06-28 21:41:41 -06:00
main.lua aquis collision with gecko 2026-05-03 23:20:27 -06:00
Notes.lua add axis priority rendering for boar walk state 2026-07-23 21:28:06 -06:00
README.md Updata Tashio repository download link in README 2026-02-08 16:12:47 -07:00

Tashio Tempo

A top-down adventure game filled with magic, and music.

Demo Web build deployed at tashio.dev

Installation Instructions

  1. Download the LÖVE game engine and install onto your machine
  2. Download the Tashio repo
  3. Unzip the downloaded repo folder
  4. Drag and drop the repo folder onto the LÖVE application to begin playing!

OR

If you just want the executables, follow the release build instructions.