spicylobstergames / cow-rs

Curse of War remade with Rust & ratatui
Apache License 2.0
8 stars 0 forks source link

Roadmap #1

Open erlend-sh opened 9 months ago

erlend-sh commented 9 months ago

More details to come, but the initial plan is very simple: Do a pretty loose translation to Rust. Not trying too hard to copy the original architecture, but copying the game logic.

Milestone 1: terminal graphics.

Milestone 2: 2D graphics.

ricott1 commented 7 months ago

Regarding the terminal graphics, do you have already a resolution/frame rate target in mind?

erlend-sh commented 7 months ago

Not really; we wanna go as high as possible without adding any complexity.

Might be easiest to scale up 2x or 4x of the established resolution in CoW.