dawranliou / spirited

The adventure of Spirit and Ed in the duo-world of The Dark Side and The Light Side

Home Page:https://dawranliou.itch.io/spirited

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spirited

This is my entry for Sprint Lisp Game Jam 2021. Written in Fennel lisp using TIC-80.

The game is currently available here

Development notes

Requirements

  • tic80: PRO Version to load assets as plain text

Run from source

  • $ make run

Export to HTML

  • Run your game with $ make run;
  • Press ESC to open the prompt;
  • Enter export html and save the zip file wherever you want, for example in build/;
  • Quit the game and unzip the files.

Design notes

World-building

The duo-world of Spirited has two major worlds - The Dark Side and The Light Side, connected by The Bridge of Eternity. Though The Dark Side is full of dungeons and traps, it is the safer place of the two. The Light side, though bright and beautiful, is quite a dangerous place. Creatures inhibiting The Light Side are tough as hell (and sometimes very mean). Traveling between the worlds are sometimes dangerous too! The last thing you want is to get lost in the In-between Space.

Dark Side

Full of dungeons and traps, but otherwise safe.

Light Side

Bright and beautiful. Also dangerous.

Story

The story is about two friends, Spirit and Ed, that got stuck inside the duo-world of Light Side and Dark Side.

Notes: I really need to work on the storytelling and dialogues more but it is what it is.

Characters

Spirit

Spirit is the main protagonist in the story (also the player's POV.) Spirit

Ed the Cat

Ed is Spirit's best friend.

Gameplay

The game play is mostly dialogue driven, there are some potentials to add exploration/adventure into the game play but didn't have the resource to work on it. Later, perhaps.

I took a lot of the game mechanics (and code) from technomancy's projects:

Art

  • Idle animations for characters
  • Walk animations for characters
  • Profiles for characters
  • NPC sprites
  • Ending screen

Music

  • Main theme song

Sound effects

  • Drum
  • Hi-hat
  • Bass

Credits and inspirations

I took the boilerplate from the repo. Although I eventually remove the code from my repo as I progress, really appreciate the authors to get me started.

I studied the code and adopted a big chunk in this game. Thanks to technomancy's previous work!

I learned a lot from the tileset in this TIC-80 game I found:

About

The adventure of Spirit and Ed in the duo-world of The Dark Side and The Light Side

https://dawranliou.itch.io/spirited

License:GNU General Public License v3.0


Languages

Language:HTML 99.4%Language:Makefile 0.6%