Skip to content

Instantly share code, notes, and snippets.

@erlend-sh
Last active December 11, 2023 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erlend-sh/48c6e57954e5b74f9982dc67f4f10bcd to your computer and use it in GitHub Desktop.
Save erlend-sh/48c6e57954e5b74f9982dc67f4f10bcd to your computer and use it in GitHub Desktop.
Porting Curse of War to Rust

Spicy Lobster wants to port https://github.com/a-nikolaev/curseofwar to Rust-lang.

There are many things to like about this project:

  • Small, fully specced out design. There aren’t really any unknown unknowns.
  • The game is 10 years old and dormant for a long time, plus it was never cross-platform, so there’s genuine value in porting it, aside from ‘just because’.
  • Codebase is composed of ~15 files in total (not counting the .h header files). It should be very easy to map out the complete porting roadmap in GitHub issues to open up for additional potential contributors.
  • There is a very high quality art asset that already has everything we need.

https://stevencolling.itch.io/isle-of-lore-hex-tiles

image

We'll put this game out on Steam for free. Perhaps at a later point in time we will create some paid DLC for it if we can think of a novel enough value-add. The game will always remain open source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment