Skip to content
Yoshida Seisuke edited this page Oct 30, 2018 · 11 revisions

本家Wiki

https://github.com/nesbox/TIC-80/wiki

Getting Started

$ git clone --recursive [email protected]:tic80hackathon/TIC-80.git

brewでいろいろ入れたけど、何が必要かわからなくなったので、試した人が追加してください とりあえずcmakeは必要

$ brew install cmake

そしてMacOSネイティブのBuild

$ cmake CMakeLists.txt
$ make
$ open bin/tic80.app
Clone this wiki locally