3kh0 but better
This is the GitHub repo which is used to host the website. If you want to use the games on here on your website, please message me on discord at 3kh0_#6969
and we can talk! If you're looking for the link, click here
Note If you do fork this repo, please give the orginal repo a star! It helps out alot and only 30% of people who fork give me a star.
- Site-wide tab cloaking
- Easy to deploy
- Clean UI
- Cross platform
- Easy to use
- Light on host resources (For real this time)
- And so much more!
Note If you have any problems please open an issue, so we can fix it ASAP!
Due to the amount of games, all of the games have been moved to a new repo.
You can host our website on a cloud hosting solution like Replit or Render here. If you're unsure on what this does, use our own site, or find one someone else is hosting.
The official 3kh0 docs can be found here. If you want to make a theme this is the place!
Thank you to all of these amazing people for helping work on this project!
There are more contributors but they are listed on the website
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's Code of Conduct.
If you would like to help add games, you can do that here: radmanplays/3kh0-x-Assets, this repo only has the UI and other things
First clone the project using command line
git clone https://github.com/radmanplays/3kh0X-v1.git
or if you have GitHub CLI
gh repo clone radmanplays/3kh0X-v1
Since this project does not require a backend, for the best experience I suggest using XAMPP, cloning the repo into the Apache Server directory at C:\xampp\htdocs
(for windows) or /opt/lampp/htdocs
(for linux), setting the port to something like 8080, opening up a browser and going to localhost:8080
You could also use something like http-server. You will need to have NodeJS installed also.
Running (npx)
npx http-server
Running (installing to global node_modules)
# Install
npm install -g http-server
# Running
http-server
Warning Cloning a repository with Git removes everything in the folder you do it in. If you're not careful, you can delete your hard drive, so please do not do this unless you know what you're doing.
View the full license here