gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
166 stars 10 forks source link

First Release Requirements (0.1.0) #54

Closed RobDavenport closed 1 year ago

RobDavenport commented 1 year ago

This is a tracking issue for any tasks which need to be completed prior to announcing our first real release. If theres any other tasks you think might be important or critical to it, please reply to this issue and make suggestions.

The "Nice To Haves" List I can see as being priority issues in the near future/future releases.

Hard Requirements:

Nice To Haves:

Andre-LA commented 1 year ago

If possible add #9 to the list, otherwise making menus will be a bit harder to implement.

RobDavenport commented 1 year ago

Thanks for the suggestion @Andre-LA , unfortunately, there's still a lot of questions about how we want to handle this feature. For example, different font sizes for different resolutions, what exactly a "font" should be (bit depth, etc). The issue itself has more details about this though.

Currently it would be possible to do a workaround by using sprite images as your "font" and just calling draw_sprite for each letter. Not ideal, but I expect that once the text feature is implemented it will just be sugar for that.

Anyway I've added it as a "Nice to have" but realistically I think that, along with Gamepad support would be great for the 2nd major update.