TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A bullet hell game written in bash

104 pointsby taviso8 months ago

6 comments

nine_k8 months ago
So, the game is written in bash much like AI stuff is written in Python.<p>The heavy lifting is done by a native-code library, while the bash code provides the glue and the overall control logic. (Much like having heavy lifting done by PyTorch with Python code providing general guidance.)<p>And this is completely fine, to my mind. Bash is <i>intended</i> to be a glue language orchestrating execution of native code. Usually it starts processes, but here it interacts with a native-code library.<p>See:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;taviso&#x2F;ctypes.sh&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;taviso&#x2F;ctypes.sh&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;raysan5&#x2F;raylib">https:&#x2F;&#x2F;github.com&#x2F;raysan5&#x2F;raylib</a>
评论 #41552450 未加载
评论 #41550816 未加载
luma8 months ago
Anyone got a link to the repo? Another twitter thread where most of the detail is locked behind a login. Why anyone uses this platform for publishing today is beyond me.
评论 #41549340 未加载
gregopet8 months ago
bash.. the developer&#x27;s and the player&#x27;s experience can&#x27;t be that different.
forrestthewoods8 months ago
Hideous, I hate-love it.<p>Has anyone made Doom in bash?
评论 #41549634 未加载
andybak8 months ago
I swear this is a post title I saw the LLM that was trained on HN archives come up with.
评论 #41549701 未加载
hkc88hkc8 months ago
Bash, but amazing, lol