Hircinus / fighter

Simple fighter game.
http://hircinus.github.io/fighter/
Other
1 stars 0 forks source link

[IDEA] Scoreboard #3

Closed Hircinus closed 4 years ago

Hircinus commented 4 years ago

Description Create a scoreboard for points and time and save with cookies or localStorage for the user (perhaps an online one too(?)).

Hircinus commented 4 years ago

Testing adding contents to file with file_put_contents() (PHP)

Hircinus commented 4 years ago

Scoreboard is functional in localhost but not in GitHub pages (PHP does not render)

Hircinus commented 4 years ago

Scoreboard is officially functional in localhost Cannot host on GitHub pages (lack of PHP support). Uploaded to 000webhost, however there is something interfering from the provider in my PHP that does not allow headers to be changed (change is made to score page but is not opened).

Hircinus commented 4 years ago

All current issues with 000webhost have been resolved. Site will officially run with 000webhost until further notice (allows for PHP support to save game score globally). See the live game now. GitHub pages will be shut down.