Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
Earn up to 16% annual interest with Nexo.
More flexibility. More control.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
I wanted to share the programs I developed with my MSX computer in the 80s and early 90s.
There is a web page that you can visit:
https://www.frojasg1.com:8443/downloads_web/web/html/aplisMSX.html?origin=sourceforge
Some of the programs are cool.
The most relevant are:
- A graphic designer in Assembler Z-80
- A ship game in Assembler Z-80
- A text to speech in Spanish.
- The seed of a maze game.
- My version of Tetris in Assembler Z-80
There are some demo videos, and even...
PyCAPGE - Python Classic Adventure Point and Click Game Engine
PyCAPGE (Python Classic Adventure Point and Click Game Engine) is a versatile, open-source framework designed for creating retro-style 2D graphic adventures using Python and Pygame. Inspired by the golden age of SCUMM games, it features a customizable 9-verb interface and robust inventory management.
Key features include a Scene Manager supporting parallax scrolling, walk-behind masks, and depth-based character scaling. It implements intelligent Pathfinding to navigate complex...
A TextMap module for Python.
The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text),
input = readxy(x,y,text), clear(), scroll(x,y),
change(coloroptions), settext(text), input = gettext()