Tool HTML HTML games case-in-sensitive file names

Oct 15, 2016
128
40
I am fed up with HTML games that are developed at windows, so they do not work on any *nix operating system, neither on a webhosting site.

So I have made a quick and dirty short program, that acts as a webserver and finds the files in a case insensitive way.

To use it:
Install python3. Make sure that python3 is on your PATH.
Take the attached case_insensite_http.txt file, and place it into the HTML game directory as case_insensite_http.py
Open a terminal, and cd into the HTML game directory.
Run: python3 case_insensite_http.py
Open browser at: localhost:8080 or 127.0.0.1:8080
Click your HTML game startpage.
 
  • Like
Reactions: Lufi-X

Lufi-X

New Member
Sep 29, 2019
5
2
Thanks for the contribution. I'm a Linux user but I didn't had this problem, maybe it's because until now I've only played .swf games on browser. But it will probably be useful.