2024-02-21 21:17:50 -08:00

827 B

layout, title, revisions
layout title revisions
simple Lowres_NX
author date comment
Cuu 2024-02-22 First version

About

Make your own retro games on a virtual game console. Program in the classic BASIC language and create sprites, tile maps, sound and music with the included tools. As a beginner you will quickly understand how to create simple text games or show your first sprite on a tile map. As an experienced programmer you can discover the full potential of retro hardware tricks!

Installation on DevTerm

In a terminal type the following lines to install Lowres NX:

sudo apt install git make build-essential libsdl2-dev libdrm-dev libgbm-dev
git clone https://github.com/timoinutilis/lowres-nx.git
cd lowres-nx/platform/Linux/
make
./output/LowResNX

Infos

https://lowresnx.inutilis.com/