An open API service indexing awesome lists of open source software.

https://github.com/imagineeeinc/vectocade

A Fantasy Computer for making tiny retro games, made with js
https://github.com/imagineeeinc/vectocade

fantasy-computer fantasy-console javascript js js-game retro retrocomputing retrogaming

Last synced: 2 months ago
JSON representation

A Fantasy Computer for making tiny retro games, made with js

Awesome Lists containing this project

README

          

# vectocade
A Fantasy Computer for making tiny retro games, made with js

*⚠ Still in early developemnt, breaking changes to come ⚠*

# Get Started
[here](https://vectocade.vercel.app/)

## Specs
Display: 80x72@24fps:2 bit colours (Gameboy Pallet)
Sound: Undecided (4 channel?)
Control: 'A' n 'B', D pad, 'Start' n 'Select'

## Other features
- Bitmaps displaying
- save data
- save state
- On the Fly code Execution
- Probably a connectable keyboard for text inputs.

## Graphics
you have a background layers, max background size is 1024x1024px.
Each sprite can only be 16x16px sprite, any decimal pixel values will be rounded to whole number.