1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 21:57:44 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Mussar
16e22d07da
Add Game Demo: nu-niversal paperclips (#1108)
Inspired by @kiil, this PR adds another game for exploration &
inspiration - this time, based on the seminal incremental idle game
[Universal
Paperclips](https://www.decisionproblem.com/paperclips/index2.html).

This game implements a screen drawing loop with a roughly 60FPS
framerate, asynchronous user interaction via the new `job send` and `job
recv` commands, rudimentary deltatime calculations, and the ability to
save and load state memory.

The game does not feature any of the special mechanics that emerge from
the original, though a future project may emerge to make a more 1:1
replica of the original.

I have also updated the .gitignore to make sure no one accidentally
pushes their game save to the repo after trying it out. 😃
2025-05-01 15:31:25 -05:00
Lennart Kiil
67e74c5657
add games folder and simple game demonstrating nu code concepts (#1100)
I'd like to contribute this game.

The code exemplifies several nu concepts.
2025-04-22 18:10:59 -05:00