paladin-t / fantasy

A curated list of available fantasy consoles/computers.
https://paladin-t.github.io/fantasy/index
Creative Commons Zero v1.0 Universal
1.37k stars 78 forks source link

Added saladcore experiment #118

Closed VsGab closed 3 months ago

VsGab commented 4 months ago

I'd like to add this as an experiment for now. The interactive part is browser-only, hosted on GitHub Pages, but can be run locally fairly easy as well (on Linux at least). Regarding the language, there's some documentation in the repo and a few runnable samples in the demo. It should be possible to create very simple games in it, but I think it's too basic to consider it a fantasy console for now. Demo Repo

paladin-t commented 3 months ago

I found a few issues while testing the console. It need to be improved.

  1. The speed increase and arrows move examples give "soft err at 397" errors
  2. When press up/down arrows the web page also scrolls, that is not expected within a console when a user is intending to input
VsGab commented 3 months ago

Thank you for the feedback!

  1. There is a dependency between the samples but it was not clear. I've made it explicit by disabling the samples requiring "timer redraw" until that is run.
  2. Agree, fixed it

I've also updated the samples a bit as I added new words to base.sf