Repository of Basic Programs

I have made a Wordle/Lingo type game in PicoMite if anyone is interested in having a go.

It has been a fun little project of mine to cut my teeth in this version of basic. The code is not very elegant but it works.

Unzip all three files to the same folder and run wordingo.bas from there.

Wordingo.bas

4 Likes

Found this. From the README file -

" Contrary to popular belief, 101 is not the same as the later and more famous BASIC Computer Games (BCG) published by Ahl through Creative Computing. A number of the games in this collection did not appear in BCG, and vice versa."

1 Like

Hey!
I started a new thread on this, but thought it might get more visibility if I also share it here.
Sorry for the double post. Hope it’s useful—personally, I was really missing having a scientific calculator on my PicoCalc!

There’s still room for improvements, so for now I only shared it in Spanish. Once it feels more complete (or at least has all the features I think it should), I’ll post an English version too. But it’s already fully usable!

This project implements one RPN Calculator (Polish Reverse Notation) for the PicoCalc, inspired by the HP48 series. The calculator takes advantage of the PicoCalc’s graphical display to display the stack and hierarchical menus, offering an experience similar to classic scientific calculators.

Main features

  • Interface with stack of up to 100 levels.
  • Data entry with basic editing (backspace, deletion).
  • Angular modes: SDR, RAD, GRA.
  • Numeric format modes: NORM, FIX, SCI, ENG.
  • System of hierarchical menus to access advanced features.
  • Screen of integrated help .

(En español únicamente, al menos por un par de semanas ; )

2 Likes