Home
Softono
vcs-game-maker

vcs-game-maker

Open source MIT JavaScript
60
Stars
4
Forks
50
Issues
4
Watchers
4 months
Last Commit

About vcs-game-maker

Create Atari 2600 programs with no coding knowledge.

Platforms

Web Self-hosted macOS

Languages

JavaScript

vcs-game-maker

This online tool is a no-code environment designed to allow someone to create a game for Atari 2600 without knowing much about programming and without installing anything on their computer.

It uses Blockly to allow the user to implement the logic using blocks and then, behind the scenes, generates a Batari Basic source code, that is then be compiled using batari-basic-js in order to generate an Atari 2600 ROM, which is emulated using Javatari.

This is very much a work-in-progress.

Screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.