Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromnesbox/TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

License

NotificationsYou must be signed in to change notification settings

trelemar/TIC-80

 
 

Repository files navigation

TIC-80TIC-80 TINY COMPUTER -https://tic.computer/

About

TIC-80 is aFREE andOPEN SOURCE fantasy computer for making, playing and sharing tiny games.

With TIC-80 you get built-in tools for development: code, sprites, maps, sound editors and the command line, which is enough to create a mini retro game.

Games are packeged into a cartridge file, which can be easily distributed. TIC-80 works on all popular platforms. This means your cartridge can be played in any device.

To make a retro styled game, the whole process of creation and execution takes place under some technical limitations: 240x136 pixels display, 16 color palette, 256 8x8 color sprites, 4 channel sound and etc.

TIC-80

Features

  • Multiple progamming languages: Lua, Moonscript, Javascript and Wren
  • Games can have mouse and keyboard as input
  • Games can have up to 4 controllers as input
  • Builtin editors: for code, sprites, world maps, sound effects and music
  • An aditional memory bank: load different assets from your cartridge while your game is executing

Binaries Downloads

You can download compiled versions for the major operating systems directly from ourreleases page.

Pro Version

To help supporting the TIC-80 development, we have aPRO Version.This version has a few aditional features and can only be download onour Itch.io page.

For users who can't spend the money, we made it easy to build the pro version from the source code.

Pro features

  • Save/load cartridges in text format, and create your game in any editor you want, also useful for version control systems.
  • Even more memory banks: instead of having only 1 memory bank you have 8.
  • Export your game only without editors, and then publish it to app stores (WIP).

Community

You can play and share games, tools and music attic.computer.

The community also hangs and discuss onDiscord chat.

Contributing

You are can contribute by issuing a bug or requesting a new feature on ourissues page.Keep in mind when engaging on a discussion to follow ourCode of Conduct.

You can also contribute by reviewing or improving ourwiki.Thewiki holds TIC-80 documentation, code snippets and game development tutorials.

Build instructions

Windows

with Visual Studio 2015

  • install Visual Studio 2015
  • install GIT
  • run following commands incmd
git clone --recursive https://github.com/nesbox/TIC-80
  • openTIC-80\build\windows\tic\tic.sln and build
  • enjoy :)

with MinGW32

follow the instructions in the tutorialhttps://matheuslessarodrigues.github.io/tic80-build-tutorial/made by@matheuslessarodrigues

Linux

run the following commands in the Terminal

sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-devgit clone --recursive https://github.com/nesbox/TIC-80cd 3rd-party/wren-0.1.0/make staticcd ../..make linux

iOS / tvOS

You can find iOS/tvOS version herehttps://github.com/CliffsDover/TIC-80

About

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C84.1%
  • Java12.2%
  • Makefile1.9%
  • C++0.9%
  • JavaScript0.4%
  • Objective-C0.3%
  • HTML0.2%

[8]ページ先頭

©2009-2025 Movatter.jp