User:Camilo/issue14: Difference between revisions

From XPUB & Lens-Based wiki
Line 16: Line 16:
** inside: Pico8 Zine(fansaty consoles), Game first selections
** inside: Pico8 Zine(fansaty consoles), Game first selections
* Session 2: https://pad.xpub.nl/p/2020-01-18-prototyping
* Session 2: https://pad.xpub.nl/p/2020-01-18-prototyping
** inside:  
** inside: Tools, Lua Basics, publishing kit
* Session 3: https://pad.xpub.nl/p/2021-01-25-prototyping
* Session 3: https://pad.xpub.nl/p/2021-01-25-prototyping
** inside:  
** inside:  
Line 25: Line 25:
* Session 7:  
* Session 7:  
** inside:
** inside:
'''Links:'''
* Are.na: https://www.are.na/camilo-garcia/games-wnqr9vi_ypo
* Tools: https://github.com/everestpipkin/tools-list


'''TIC-80 on Sandbot:'''
'''TIC-80 on Sandbot:'''
Line 48: Line 52:
     load MYWORK
     load MYWORK


'''Links:'''
'''Publishing you TIC'''
* Are.na: https://www.are.na/camilo-garcia/games-wnqr9vi_ypo
'''TIC-80 on Sandbot:'''
* Tools:
 
To use sandbot TIC-80 / sandbot:
* https://hub.xpub.nl/sandbot/PrototypingTimes/tic80/tic80.html
 
To save your work:
    make sure you:
        save MYWORK
if you type
      ls
you should see "MYWORK.tic"
 
This file is actually in "local storage" -- saved in your browser (like a cookie).
To export that to a downloadable file:
https://hub.xpub.nl/sandbot/PrototypingTimes/tic80/save.html
Click on the MYWORK.tic, and download it,
3. Upload MYWORK.tic to the sandbot and make an HTML page that links to it...
 
Later when you reload:
    ls
    load MYWORK


=<p style ="color:black; font-family: Alike Angular;">ISSUE·14</p>=
=<p style ="color:black; font-family: Alike Angular;">ISSUE·14</p>=

Revision as of 18:30, 31 January 2021

Cargame.gif

✸.

PROTOTYPING

Introduction

  • Tool: TIC 80 /// Open source - Fantasy console /// [1]
  • TIC-80 is a tiny computer which you can use to make, play, and share tiny games. Built-in development tools include code, sprite, map and sound editors which along with the command line tools, provide everything you need to create a mini retro game. Once your game is finished you can export it to a cartridge file, which can be stored and uploaded to the TIC-80 website. Alternatively, it can be packed into a stand-alone player that works on all popular platforms and can be distributed as you wish. To make a retro styled game, the whole process of creation takes place under some technical limitations: 240x136 pixels display, a 16 color palette, 256 8x8 color sprites, 4 channel sound, etc.
  • TIC 80 man https://pad.xpub.nl/p/tic80-manual.md

TIC80 #1

Pads:

Links:

TIC-80 on Sandbot:

To use sandbot TIC-80 / sandbot:

To save your work:

   make sure you:
       save MYWORK

if you type

      ls

you should see "MYWORK.tic"

This file is actually in "local storage" -- saved in your browser (like a cookie). To export that to a downloadable file: https://hub.xpub.nl/sandbot/PrototypingTimes/tic80/save.html Click on the MYWORK.tic, and download it, 3. Upload MYWORK.tic to the sandbot and make an HTML page that links to it...

Later when you reload:

   ls
    load MYWORK

Publishing you TIC TIC-80 on Sandbot:

To use sandbot TIC-80 / sandbot:

To save your work:

   make sure you:
       save MYWORK

if you type

      ls

you should see "MYWORK.tic"

This file is actually in "local storage" -- saved in your browser (like a cookie). To export that to a downloadable file: https://hub.xpub.nl/sandbot/PrototypingTimes/tic80/save.html Click on the MYWORK.tic, and download it, 3. Upload MYWORK.tic to the sandbot and make an HTML page that links to it...

Later when you reload:

   ls
    load MYWORK

ISSUE·14

Issue Wiki : Situationist Times

Research

Files: File:SituationistTimes7.pdf

Pads:

Links:

WIP

Action

Pads

General Pad:

Process

Beyond