Giter Club home page Giter Club logo

carts's Introduction

Pico-8 Game Development

  1. Icebreaker Puzzle game based on Nat-Geo's Puzzle Explorer. Follow Sophie the penguin as she navigates her environment to get some food (fish) and go home each day (igloo).

Installation & Configuration

*** This actually works to open folder cd "/Users/matthewcoatney/Library/Application Support/pico-8"

https://www.lexaloffle.com/bbs/?tid=3187

There's a direct solution to changing the cart directory, no symlink required. Open ~/Library/Application Support/pico-8/config.txt in a text editor, and look for "root_path". The "Library" is hidden in Finder by default, but you can use Finder's Go > Go to Folder... menu option to get there.

Be sure that Pico-8 is not running when you edit config.txt. Pico-8 writes this file based on its in-memory settings when it quits, so it'll undo changes made while it is running.

Keyboard maestro script:

  1. launch iTerm2
  2. Execute AppleScript

tell application "iTerm" set newWindow to (create window with default profile) tell current session of newWindow write text "cd /Users/matthewcoatney/Library/Application Support/pico-8/carts" write text "code ." write text "/Applications/PICO-8.app/Contents/MacOS/pico8 -run $*" end tell end tell

carts's People

Contributors

cmcoatney avatar

Watchers

 avatar

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.