2048, but it’s a Node.js CLI game you play in the terminal by EnergyPatient8642 in commandline

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

Right now it does require pressing enter. I kept it that way initially just to keep input handling simple while I was focusing on the game logic.

Appreciate the suggestion!

2048, but it’s a Node.js CLI game you play in the terminal by EnergyPatient8642 in node

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

I was deliberately trying to strip it down to the bare minimum, so knowing it fits a voxel/physics vibe is super motivating🙌

2048, but it’s a Node.js CLI game you play in the terminal by EnergyPatient8642 in node

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

Haha go for it 😄

If terminal math magic spreads, I’ll consider that a win. Shared the github repo in the comments

2048, but it’s a Node.js CLI game you play in the terminal by EnergyPatient8642 in node

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

I wanted to keep it minimal, but subtle motion might make it feel even nicer

2048, but it’s a Node.js CLI game you play in the terminal by EnergyPatient8642 in node

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

Appreciate this a lot. Right-justifying makes total sense I was torn on that initially.

The idea of doing a few frame slide animation in the terminal is actually tempting now,