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

Games directory #35

Open erlend-sh opened 1 year ago

erlend-sh commented 1 year ago

I’m guessing the plan is to eventually have a page on gamercade.io that’s the equivalent of this one? https://wasm4.org/play

A58E143A-149A-4459-B923-D247EB93FEEA

It’s probably the most effective way of explaining what this console-thing actually does. Might be a contributor-friendly task as well, at least after some initial skeleton page has been put together.

RobDavenport commented 1 year ago

Thanks @erlend-sh this is a great suggestion and something I've been thinking about for awhile. I'm personally really bad at any kind of front-end stuff so I've been not to active here about it :D Do you think that this should also host the download links for the games, or more just like an extended examples directory?

erlend-sh commented 1 year ago

Hosting the download links would be ideal. Simple reference point here: https://wasm4.org/docs/guides/distribution#publish-on-wasm4org

I think it’s better to make a dedicated repo for that though, like bevy-assets, to avoid bloat.

NEARworld commented 1 year ago

If this is about front-end stuff then I'd like to work on it too :)

RobDavenport commented 1 year ago

Some other examples:

pico8

tic80

erlend-sh commented 1 year ago

@NEARworld the path forward here is pretty simple. Gc uses Docosaurus, same as wasm4. So all you need to do is replicate their directory implementation over to gamercade_site.

RobDavenport commented 1 year ago

This is being worked on via #98