Log In  
Follow
afburgess

Cart #30281 | 2016-10-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

--[[ TAME CAT BATTLE ]]--
(also mostly known as rock, paper, scissors..)

This is a little game I made as an example of how to implement a high score system. It saves the player name, along with their high score into persistent cartridge data. It is based on my cat, who has frequent battles with our neighbours cat. I have however, toned down the violence significantly, to make the game accessible for all.

Go check out my project called PicoBoard to learn how to implement a high score into your game, or leave a comment!

Would love to see who could get the highest score, of this game of complete chance and endurance..!

8
1 comment




Just for fun!

2
0 comments



Cart #28139 | 2016-09-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

-- 0.5 --

  • Added blinking text cursor
  • 1646 tokens

Cart #28131 | 2016-09-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

-- 0.4 --

  • Numbers & Symbols keyboard
  • (Potentially annoying) keyboard sounds
  • Weird bug fix for the PocketChip version of Pico-8
  • Token count has creeped up to 1529

Cart #28095 | 2016-09-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

[ Continue Reading.. ]

11
3 comments



Cart #28738 | 2016-09-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

[0x0]

--// PicoBoard //--

PicoBoard is an easy to integrate keyboard overlay function which you can use in your projects. It uses the arrow keys to select a character, and is ideal for inputting a character name, a high score, or any other short piece of text. If you are looking at making a project where you input large quantities of text, you might like to look at my other keyboard project, QWERTY Boy, which uses a touch/mouse interface.

[ Continue Reading.. ]

26
14 comments