-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make TIC work more like a compiler. #1247
Comments
…s, temporary removed code/sprites/map injection
1597f7b commit:
$ ./tic80 -h
Usage: tic80 [cart] [options]
TIC-80 startup options:
-h, --help show this help message and exit
--skip skip startup animation
--nosound disable sound output
--fullscreen enable fullscreen mode
--surf run SURF mode to explore carts
--fs=<str> path to the file system folder
--scale=<int> main window scale
--crt enable CRT monitor effect
|
Added $ ./tic80 --skip --cmd="load bpp & export html game & exit"
TIC-80 tiny computer 0.90.1432-dev Pro
http://tic80.com (C) 2020
hello! type help for help
>load bpp
cart bpp.tic loaded!
use RUN command to run it
>export html game
GET /export/0.90/html.zip [100%]
exporting html...
game.zip exported :)
>exit
> |
How about a headless mode to run console commands without opening a TIC-80 window? That would make automating the creation of different native builds more painless! |
…ent), also fixed batch commands processing
Added headless mode to run without main window here 29aa5fd
Thanks. |
We have to pass console commands as command-line arguments and process them without running UI.
The text was updated successfully, but these errors were encountered: