eatmyvenom / HyArcade

Backend for my system for presenting arcade games info
https://hyarcade.xyz
Mozilla Public License 2.0
2 stars 1 forks source link

Add web support for more arcade games #23

Closed eatmyvenom closed 3 years ago

eatmyvenom commented 3 years ago

This will have a few requirements making it different from the current party games site.

  1. Status is not integrated on these pages
  2. Information is derived purely from the json files containing all of the player data and not from text generation within the server
  3. New css using grid so future work is easier
  4. Lifetime on the left, daily on the right
  5. Each page should have all relavent leaderboards for said game
  6. Players are still clickable meaning you can access their player page
  7. Time since update should be shown on each page
  8. Arcade bot embeds include links in author
eatmyvenom commented 3 years ago

This has been mostly completed. Mobile CSS has yet to be implemented. The hub page needs to be started and should just be the index.html

Some things to note so far, I need to add numerical formatting to the scores/values and also the player page leads to the wrong place

eatmyvenom commented 3 years ago

I forgot to put pixel painters and arcade coins on the list above but they have been added

eatmyvenom commented 3 years ago

All but requirement 9 have been completed by now

eatmyvenom commented 3 years ago

i am adding a new requirement before i close this issue which is Mobile CSS and usablity

eatmyvenom commented 3 years ago

done!