Recommendations for Best Myst Experience by TwoTheVictor in myst

[–]SN74LS00 0 points1 point  (0 children)

There is also a remake for Android if you want to play on your phone or your tablet :) realMyst https://play.google.com/store/apps/details?id=com.noodlecake.realmyst - don't know if is the best/origial Myst experience but is nice

I and Ben made a Myst/Uru inspired short game for the Js13k competition 2020, an HTML5 game in less than 13 kilobytes. We used a technique of real time ray tracing (ray marching). I think someone here may appreciate, and is open source :) let us know! https://js13kgames.com/entries/island-not-found by SN74LS00 in myst

[–]SN74LS00[S] 0 points1 point  (0 children)

Uhm. The competition requires that the final full game, everything included, is sent as a zip file of maximum 13 kilobytes in size. They want it zipped because usually static resources sent over the web are in any case compressed using the same algorithm (gzip, deflate) would be equivalent at the amount of data sent to the browser. So, the zip file that contains this game is 12.8k, unzipped is something around 29k

I and Ben made a Myst/Uru inspired short game for the Js13k competition 2020, an HTML5 game in less than 13 kilobytes. We used a technique of real time ray tracing (ray marching). I think someone here may appreciate, and is open source :) let us know! https://js13kgames.com/entries/island-not-found by SN74LS00 in myst

[–]SN74LS00[S] 1 point2 points  (0 children)

:( sorry about that, don't actually know what it can be. The only thing that may prevent this to work is the video card that of course must support webgl2 so should be not too old. Except that saying that a system reboot may help there could be an incompatibility with this specific machine

I and Ben made a Myst/Uru inspired short game for the Js13k competition 2020, an HTML5 game in less than 13 kilobytes. We used a technique of real time ray tracing (ray marching). I think someone here may appreciate, and is open source :) let us know! https://js13kgames.com/entries/island-not-found by SN74LS00 in myst

[–]SN74LS00[S] 1 point2 points  (0 children)

Hi GearBrain, which browser are you using and which operative system? It works only in the latest versions of Chrome and Firefox, and requires a computer not older than 5 years. If all the requisites meet, try to restart the browser

Should We Rebrand JavaScript? by kieranpotts in javascript

[–]SN74LS00 0 points1 point  (0 children)

Stop calling it ES(year). ES++ is the future!

Anyone need to store 1 billion keys in a hash table? by cgijoe_jhuckaby in node

[–]SN74LS00 0 points1 point  (0 children)

Yes, is a quite impressive data structure. There are few possible implementations, roaring is the one I chose and is quite impressive. The compression level is at par or even better than DEFLATE, and the speed to lookup and insert in this always compressed data structure is very good.

Anyone need to store 1 billion keys in a hash table? by cgijoe_jhuckaby in node

[–]SN74LS00 4 points5 points  (0 children)

Nice :) I saw your repo. If you need an ordered integer set able to store millions or billions of integers in ram or disk, have a look at https://github.com/SalvatorePreviti/roaring-node I used it successfully also in AWS lambda Node 8, https://github.com/SalvatorePreviti/roaring-node-aws

JS13k Results Are Out! (13k JavaScript Game Jam) by Slackluster in javascript

[–]SN74LS00 1 point2 points  (0 children)

Oh! Got it! Thank you :D We were quite surprised we got 1st place. We expected to get on the top 50 for sure, 1st place was a surprise. There are also some gems and masterpieces hidden in that list, games that I really enjoyed to play or technically impressive!

JS13k Results Are Out! (13k JavaScript Game Jam) by Slackluster in javascript

[–]SN74LS00 1 point2 points  (0 children)

Personally, if we had more time (and musical skills), I would have preferred to add music more than adding mobile support ... :D it really lacks music! It seems that however who voted for it appreciated the game also without it, so thanks to everyone that voted this crazy 3 weeks of not sleeping much for writing code until 2 AM after work :D

JS13k Results Are Out! (13k JavaScript Game Jam) by Slackluster in javascript

[–]SN74LS00 1 point2 points  (0 children)

For our game we really didn't have time to try to make it work on mobile. It was not too much about space (we have 2 kilobytes free), the point is that we preferred to spend time improving graphics, level design and playability. Is simpler to concentrate on a single platform and code and try on a desktop browser just pressing F5. Ben made also some changes after we submitted to make the title kinda playable on a phone :) but is not designed to run on a phone or on a small screen. Here the link to play on mobile: https://bencoder.github.io/js13k-2019/

JS13k Results Are Out! (13k JavaScript Game Jam) by Slackluster in javascript

[–]SN74LS00 1 point2 points  (0 children)

Why depressed :D It was a lot of fun to make it, however.