Viewing profile — sdkgames
sdkgames
HN member- Joined
- Mon, Aug 01, 2022, 11:47 AM UTC
- HN karma
- 115
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About sdkgames
No profile information was provided.
Recent public activity
-
comment
Comment #43654685
1. One can use the browser's devtools (press F12 when browsing the site) to figure out the needed files. 2. Create a list of the files (files.txt). https://oe.tradoc.army.mil/oegam…
-
comment
Comment #43652245
How to play is explained here [1] By the way you can run the games locally. Just download all files. For the forest game you would have a local directory: ├── Build │ ├── Build_7_3…
-
comment
Comment #39455195
The old version [0] has the correct layout. [0] https://web.archive.org/web/20221010031002/https://www.trito...
-
comment
Comment #39166404
When someone queried Harley-Davidson bikers as to why they don't socialize with youngsters who are avid about the latest racing motorcycles, their response was, "Why should we both…
-
comment
Comment #38835066
> Do you have "open URLs with a browswer" turned off in your OS? But the application works differently. It needs the browser in kiosk mode, which means it should be able to run the…
-
comment
Comment #38832577
If I understand correctly, it's WebSocket on top of Embedded C/C++ web server (civetweb). Also, the application must find and launch the installed browser. In my opinion, this part…
-
comment
Comment #38747070
gzip is based on the DEFLATE algorithm, which is a combination of LZ77(1977) and Huffman coding(1952).( https://en.wikipedia.org/wiki/Gzip )
-
comment
Comment #38746696
>The program is smaller than even the 'compressed' form of its output, >and thus represents a new departure in text compression standards. 7z and gzip disagree with this statement.…
-
comment
Comment #37182036
Auktyon (a Russian alternative rock band) has an album of songs based on poems by Russian futurist Velimir Khlebnikov. [1] [1] https://www.youtube.com/watch?v=YFDBG7sGDRU
-
comment
Comment #37018942
if you have fmt (a console program from coreutils, on Linux it's usually preinstalled) then 1) mark your lines (Shift+v then move your cursor) 2) press ':' 3) ' !fmt -w 80 In the s…
-
comment
Comment #36736794
graphviz? [0] [0] https://graphviz.org/gallery/
-
comment
Comment #36562033
The only effective way to raise the confidence level of a program significantly is to give a convincing proof of its correctness. [0] Edsger W. Dijkstra CONTEXT: Argument three is …
-
comment
Comment #36472627
Is this about Design by contract? [0] But why do they force students to use an imperative language? [0] https://en.wikipedia.org/wiki/Design_by_contract
-
comment
Comment #35568479
>Are there ML models that are trained while being used? https://en.wikipedia.org/wiki/Reinforcement_learning#Explora...
-
comment
Comment #35166500
Cool! I would use a template parameter so that a user can choose between float and double [1]. I would add support for vector arrays (AOS and SOA) [2]. I'm not sure if your angle c…
- story
-
comment
Comment #35080164
Adding a new game object to a game increases its complexity ("combinatorial explosion"). Good tools are needed to deal with this. "Great tools help make great games. Spend as much …
-
comment
Comment #34960101
>without understanding that the first only adds type declarations https://www.typescriptlang.org/docs/handbook/enums.html
-
comment
Comment #34945852
Regarding Godot 3.x and HTML5 export. Users reported crashes with GLES3. It seems stable rendering is based on GLES2 (WebGL v1.0). Some features don't work in HTML5 (e.g. "Some fea…
-
comment
Comment #34803833
Jonathan Blow has been a huge influence on (independent) game developers. However, The Witness contains puzzles that are impossible for colorblind and hearing impaired people. I'm …
-
comment
Comment #33947780
>The creators of Tetris saw none of the profits from their creation. Their game was seized by the state as soon as it became popular and they never really profited. Wiki tells a di…
-
comment
Comment #33895813
I want them to support a textual shading language for all render engines. Instead, they cultivate graphical programming. From a programmer's point of view, this is a significant dr…
-
comment
Comment #32819303
Using analytic geometry methods, I test every new figure, whether it gives a solution. Thank you for the feedback. I will check that.
-
comment
Comment #32819202
That's strange. I have no errors on Firefox 104.
-
comment
Comment #32802996
Thanks for the feedback. I will check the win conditions.