Giter VIP home page Giter VIP logo

homegirl-tic's Introduction

homegirl-tic

This is a TIC-80 compatibility layer made for the Homegirl Fantasy Console.

A word of warning

This is still missing several important functions, but some very basic games should run already. Right now, you cannot load .tic files directly. This means you will have to manually extract the code, spritesheet and map from the program you want to try to run. Keep in mind things like sound or music are not possible yet.

Installation

  • Copy the contents of cmd into user:cmd
  • Copy the contents of fonts into user:fonts
  • Copy the contents of tic_defaults into user:tic_defaults

Usage

  • tic [folder] - Launch a game using TIC-80 compatibility mode
  • tic [script] - Launch a .lua using TIC-80 compatibility mode

Extracting .tic data for use in Homegirl

To play a game made for TIC-80 in Homegirl using this tool, you'll have to follow the following steps:

  1. Create a folder in Homegirl's user drive. This will be where the game data has to be stored in.
  2. Open TIC-80 and load the game you want to extract data from.
  3. In TIC-80, use export map and export sprites to export the spritesheet and map. Store the files in the folder you created.
  4. In TIC-80, press ESC to open the code viewer. Use CTRL+A to select everything, then copy the code into the folder you created.
  5. In TIC-80, go to the sprite editor. Click on the button used to change palette settings. Then, press the copy button and paste the palette string into the folder you created.

The file structure should be as follows (Make sure the filenames are identical):

your_game_folder
|- code.lua
|- palette.data
|- sprites.gif
|- world.map

Now, open Homegirl and navigate to the user drive. Run tic [folder] to launch the game.

homegirl-tic's People

Contributors

nalquas avatar sergiofls avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sergiofls

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.