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
- Host: GitHub
- URL: https://github.com/imagineeeinc/vectocade
- Owner: imagineeeinc
- License: mit
- Created: 2022-01-08T22:00:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T18:38:37.000Z (about 3 years ago)
- Last Synced: 2025-01-17T22:42:17.905Z (9 months ago)
- Topics: fantasy-computer, fantasy-console, javascript, js, js-game, retro, retrocomputing, retrogaming
- Language: JavaScript
- Homepage: https://vectocade.vercel.app
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.