haroldo-ok / vcs-game-maker

Create Atari 2600 programs with no coding knowledge.

Home Page:https://haroldo-ok.itch.io/vcs-game-maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Create Atari 2600 programs with no coding knowledge.

https://haroldo-ok.itch.io/vcs-game-maker

License:MIT License


Languages

Language:JavaScript 70.6%Language:Vue 26.6%Language:Handlebars 2.1%Language:HTML 0.7%