Log In  

I am interested in purchasing the Next Thing's PocketCHIP which says it comes with PICO-8.

What I'd like to know is - does the PocketCHIP's PICO-8 come with access to DRM-free downloads for Windows, Linux and OSX, along with all future updates ?

To show some of my own 8x8 pixel work (which I've actually done now for several years), here is a sample.

P#27386 2016-08-26 11:24 ( Edited 2022-02-14 19:45)

From what i understand, PocketCHIP owners do not get a license to PICO-8's desktop version.

P#27387 2016-08-26 11:28 ( Edited 2016-08-26 15:28)

Hi Springo.

Yeah, thanks, that's what I needed to know. I'll get both.

If I may make a few suggestions on the OS as I have seen it so far.

  1. Not REQUIRE the mouse, that is, in any of the editing or even changing modes, could all be done by keystrokes like CTRL-TAB, arrow keys, ctrl arrow keys, ctrl digits, etc.

I'm a bit of an old-timer myself and not terribly fond of using the mouse except for hidden picture games.

  1. Allow the user to change the 16-color palette. Yep, it's been chosen very carefully I'm sure, but I have my own I'd like to use:
  1. The design is tight and good - yet in future releases, would be nice if there were no limitations (in the sense of # of character space, maps, sounds, and music. This would include the ability to have more than 16-colors and branch out to 256 with ability for palette rotation (like Commodore Amiga and QBasic have to create animated effects such as water, motion, and energy).

  2. I don't know if PICO has this yet as I don't have the language myself. The ability to use the executable and it directly goes Online to trade, copy, and paste routines of interest. This could include the ability to build libraries where the source code is hidden but other people can still make use of them to help in their own game creations. This would also add the ability for PICO-8 to do the following. (I'll try to lay it out).

Running ANY project, the user has the ability of designing a 256x256 splash picture for their game. A forced menu appears at either the top, middle, or bottom, programmer choice:

Play This Cartridge
Author's Website
Credits
Exit

If Author's Website is chosen, provided Internet ability is available, Pico will quite simply inject a user-defined URL into the default browser.

If Credits are chosen, while the author has the ability of putting their name in a field that scrolls, ANY libraries they used during development would ALSO show that person's name - no choice. This would ensure giving credit where credit is due. Clicking on a field during credits would go to a user's website of choice (Inject URL to default browser).

Also, this splash and credit page will only appear in final run-time, so as not to hinder the programmer from debugging by having to press "Z" or ENTER every time they run.

  1. Load and Save state. With this, a player can choose any of 10 (0-9) states to load and save from, anywhere at any time at any place. While game purists may hate this, it will certainly be a way for others to save their game prior to getting into a hairy situation (like a boss battle), and the ability to load state if they lose.

I know this is considered cheating but consider the advantages of it. Not only will it force game developers to create CHALLENGING games but let the players explore a game to its full content.

  1. Variable editor. This is pretty unique. That is, when you RUN your program, all variables are initialized as according to the variable editor. This includes arrays, strings, integers, floats, every single variable can be defined and values set in this small editor that is specifically designed just for this.

The advantage is the ability to build complex tables read from massive data statements that can be accessed as easily as a database or spreadsheet.

KUDOS on pressing "P" to pause the system.

  1. I played one game and it had the ability to save my game. My question is, is this value saved locally or Online ? If it is Online, then it should be possible to build a MUD of sorts if this is not already available.

  2. Peer-To-Peer. The ability to have two or more people working on a source code and/or graphics/audio and have a simple chat system to go back and forth. You can have a SysOp that controls what user controls what and their limitations. This would greatly simplify cartridges that are developed by multiple users.

  3. I don't know if this is already inherent in Pico, but the ability to create standalone and single EXEs that will not only run on Windows 8 and beyond but also Windows XP as there are still quite a few people out there using this old OS.

  4. Macintosh, Commodore Amiga, and any other computer - ability to both code and play Pico-8 if it is not already available.

  5. Configure hot-keys. I would like this. It would include auto-fire, a single ctrl or non-ctrl keystroke to run the program instantly. Stop the program. Bring up the tile editor, etc. Every single aspect can not only be reached by keyboard but also reconfigured to your liking, and that would also include buttons (a) (b) and (c).

  6. While it is a novel concept to have only 3-buttons in the cart, to facilitate the ease of building text-based games, a full-keyboard should be allowed for input. This would allow users to not only build graphical platformers, racers, shooters, battlers, fighters, and RPGs but text-based games like Kingdom Of Zork, Scott Addams Adventures and the like.

It would also allow me to write applications on the go for the projected PocketCHIP without having to be forced to use 3 buttons to enter in values or names for any small business-applications I might design in Pico for myself.

  1. Configure for mouse. Now by doing this you are likely breaking compatibility with some cellphones, but the ability to TOUCH or use the MOUSE to click on an item may be entirely desireable for some and certain types of games.

** I have noticed that in playing some carts online they slow down and speed up at times. I am going to guess that the main server which is running ALL the games for everyone is getting stacked with work, is that what is happening here ?

That's all I can think of for now.

P#27390 2016-08-26 12:02 ( Edited 2016-08-26 16:10)

I'm pretty sure that games run locally on your browser and not from any server.

There are a lot of keyboard shortcuts for the editing tools, so I don't think you do need the mouse. You should take a look in the manual for more info. Alt-Left and Alt-Right move you between tool modes, for example.

I wouldn't expect zep to follow most of your recommendations because the limitations on the PICO are chosen very intentionally to encourage development in a certain way.

The variable editor would be kind of useful.

Saving of game data is handled on a per game basis. A game can choose to save, either to the cartridge itself, or to the user's PICO8.

Its so simple to upload a cartridge that sharing code with others isn't difficult. Including other peoples code is an organisational challenge, but it forces you to think about whether you really need this piece of code or not.

P#27391 2016-08-26 12:19 ( Edited 2016-08-26 16:19)

Hmm ... Well, if nothing else, priority with me would be.

ONE ... Allow true keyboard entry to variables.

INPUT A$
PRINT A$

If this is impossible on the hardware, have an overlay appear that uses the arrow keys and (A) (B) to enter text.

TWO ... Load/Save State
Ability to manage them.

THREE ... Ability to read/access/modify Online files, not just local (a similar game making language allows for this).

Hopefully ZEP will consider the first one as it might well be the easiest.

P#27394 2016-08-26 12:40 ( Edited 2022-02-14 20:41)

Hi ^^

For the point 1, you could have a look at this : https://www.lexaloffle.com/bbs/?tid=4076

P#27396 2016-08-26 13:21 ( Edited 2016-08-26 17:21)

Mimick, I saw that yesterday. I like your program. It would certainly be a good addition to be a permanent part of PICO's ability to input text.

Minju, I still want to be able to use a real QWERTY keyboard myself especially if the hardware has it, like PocketCHIP does. Perhaps have an option of either.

P#27399 2016-08-26 13:27 ( Edited 2016-08-26 17:27)

Some of what you've asked about sounds like a (non-existant) "desktop edition" of pico-8.

(edited)

P#27401 2016-08-26 14:41 ( Edited 2016-08-26 19:22)

Hi Tyrone. I'm looking but not seeing IMMEDIATE ways of getting right into LOVE nor seeing immediate online games you can play in it.

Having explored most of this site (Lexaloffle - Pica), I am certain PICA is the way to go and support.

And as for it being a desktop, no. The PocketCHIP has a real keyboard so PICA could be used in that.

Additionally PICA could also use the native resolution of the PocketCHIP if it were added in options so you yield 480x272 instead of just 128x128.

And minju, these are just suggestions. Purists can still use the limitations if they so choose - however always have an option to change configuration to take full advantage of the hardware medium used, especially if it is a portable one like PocketCHIP.

Now if someone did go crazy in it and say build a game in it with a resolution of 1920x1080 or something, naturally it would only work on specific hardware then.

I like the concept of the small screen, but would also like to get an option for at least a wide 4x3 in there somewhere, say anything custom so you could even make a 32x32 pixel game or one that is 800x600 for PC or 480x272 for the PCHIP.

That last resolution of 480x272 would still run on all platforms, including the PSP 1000 which has the same resolution as PCHIP.

P#27403 2016-08-26 15:24 ( Edited 2016-08-26 19:27)
  1. Has something similar, if you're connected to the internet.

There's a function in it called "Splore," it'll take you to a little GUI that lets you choose between recent uploads, popular uploads, personal favorites, downloaded/saved local "carts," etc.

Once you have one of those loaded up - and some are indeed, simple engines or repositories - all of it's code is loaded into PICO's internal editor; so you can simply press Escape to go to the code editor, and copy whatever it is you need right to your clipboard.

And yes, of course, this lets you play other people's games, of course!! You can also save a copy locally once you have it loaded in source, just type "SAVE %filename%" - you don't even need the extensions, really.

It does show the title, forum account page (which shows you all that the person's made as well), kind of like you describe there; but it also lets you "star up" (like) a game, as well as add it to a list of personalized favorites; so you can get back to it easier. It's all integrated with the forums here, as well! So if you star/favorite a game on the site, it'll reflect this in Splore, and vice versa.

All of the games, while not EXEs, can be run in most Web Browsers. It's because, while LUA coded, they're essentially PNG images using LUA scripts in a kind of creative recursion, and web browsers interpret that data, whereas ordinary image editing programs do not. You can also edit code via text editors, once you've saved one as well; but be aware that it doesn't give you token counts.

Variable editor: This just takes place in the code editor, under the _INIT() function, really. It's usually one of the first things you make, honestly; to set up your variables, arrays, etc. I can see how recoloring variables could be a thing, and maybe having a keystroke you can use that looks up the current variable names to ensure consistency would be good, though.

I know for sure there IS a command that allows you to remap gameplay keys; because I've already used it. Being a bit of a touch typist/arcade player, I basically set mine up to ESDF (directions), JK (OX), shift and space (select and start).

I want to say it's CONFIGKEY or something along those lines, but I really only used it the once. CONFIGPAD (or the equivalent, replacing KEY with PAD) lets you add controller mappings as well, in case you have a USB gamepad. Which from what I hear, is pretty essential to playing games with a PocketCHIP.

A lot of the preselected colors in PICO do tend to have two shades - there's three blues/grays, and the only iffy stuff is Red/Pink/Orange/Yellow; but I can tell from your work above, you're creative enough to make that work. I think there is a way to edit the preselected colors to a scheme of your choice; but so far I don't think it does interlacing internally (I could be wrong!). But judging from your fine work above? You'll manage just fine, either way.

Finally, I don't know if you're into this sort of thing, but the downloadable license does contain versions for Windows, Mac, Linux, and Raspberry Pi. It's a little more work to get a Pi set up, but if you're inclined to, you can craft a portable system using one of those, and it will be covered within THAT particular license. Personally, I'm going for a CHIP for on-the-go code/art stuff (I work too much otherwise, projects moving like a snail in a super glue race); and then a Picade setup for playing (since I can connect to the internet over my phone, with Plus/3's internal WiFi).

Welcome aboard!

P#27416 2016-08-26 18:24 ( Edited 2016-08-26 22:48)

Tony:

  • Reading what you wrote. Good to know. I'm here for the ride mostly because I've been wanting a portable game-writing language with QWERTY keyboard that will go on a portable device while I'm out and about (in this case, PCHIP).

Also the ability to not just play a game but to look at it glean its wisdom from the source - and also on the go.

I'm also understanding PCHIP can do many other things, including emulation.

I have a mega-hacked PSP 1000 at this time that runs all emulators from PSP all the way down to Atari 2600 and I experiment playing those games constantly.

I developed a complete RPG Maker about 15-years ago for Windows XP (Not Windows 7, Vista, or 8 compatible, however). Some of the 8x8 tiles you are seeing are the direct results of a programming language I developed using icons solely as the language. I dubbed it, "The Sprite Messenger."

I called the game maker that uses it, "Scenario RPGMaker 2"

Since then I have been dabbling working, drawing, and sketching out ideas for a game maker of my own in BlitzMAX.

It seems someone has done a branch of this before me (Pico-8) and I'm good with that.

I just know some of the features I wanted in it - and hopefully if nothing else INPUT will be added so true QWERTY strings and numbers can be put in like any normal BASIC language.

Would be great to code some text-based adventures where you can type out "Climb Tree" and "Go North."

Load State and Save State is something I have always seen in emulators and thought it would be awesome to have in a game building language. Not just for deep level debugging for the programmer but for players to get the chance to fully explore a game a written game to its conclusion.

I understand the 'nostalgia' in building this language to work with small parameters, but I don't know if ZEP realizes how neatly he has cornered the idea on miniature game-making, and by that I mean using pixeled graphics, which I've always been a part of.

If it won't be Pico-8, perhaps it will be Pico-16 with everything Pico has except unlimited color and size for pixels, and unlimited tile, mapping, sound, music, and code for space.

Yet still keep a friendly editor for 8x8 pixels, of which I have drawn many many tiles.

One game I would like to write in PICA would be rogue-based. Not only to get my feet wet in the language but provide a great game for others to play.

Thanks for the welcome ! :)

P#27418 2016-08-26 19:52 ( Edited 2016-08-26 23:56)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 13:08:03 | 0.009s | Q:21