Skip to content
rumbledethumps edited this page Oct 28, 2024 · 15 revisions

Welcome to the Picocomputer's community wiki!

Let's start this wiki with a list of software and hardware projects. Add yours here.

Games

Star-Swarms - a Galaxian clone

Tetricks - a Tetris clone

Colossal Cave Adventure

Snake

Sliding Block Puzzle games

Game of Life

Space Raiders - tribute to Space Invaders

Applications

TE - ASCII Text Editor for the RP6502

BASIC

Lee Davison's Enhanced BASIC

The classic "BASIC Computer Games" will run on EhBASIC if you change all occurrences of RND(1) to RND(0).

BASIC Computer Games
More BASIC Computer Games

Utilities and Techniques

Wozmon - monitor the Apple 1 came with.

SMON - a full-featured monitor originally published in 1984 in "64'er" magazine for the Commodore 64 complete with memory dumps, assembler and disassembler and most important single step debugging.

Example RP6502-Shell - a basic shell coded in c that can call a list of func(int argc, char *argv[]) style functions.

Parallax scrolling example

Game of Life is an excellent basis for studying the Picocomputer's graphics, code optimization and computational efficiency.

Cases

3D printed case

Clone this wiki locally