Giter Site home page Giter Site logo

3kh0's Introduction

3kh0 Reborn

The better unblocked games website.

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.

Features

  • 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!

Deploy (using docker)

it's very simple to deploy 3kh0 using docker you have to simpely run:

docker run -d --restart unless-stopped -p 6003:6003 ghcr.io/NebulaServices/3kh0:main

after executing this you should be able to access 3kh0 via localhost:6003!

Game Files

Due to the amount of games, all of the games have been moved to a new repo.

Contributors

Thank you to all of these amazing people for helping work on this project! Contrib

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's Code of Conduct.

License

GPLv3

3kh0's People

Contributors

3kh0 avatar aeiea avatar genericness avatar ghostservice avatar greenydev avatar imgbotapp avatar mollomm1 avatar nailington avatar outred avatar russell2259 avatar thatonepers0n avatar whar69 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

3kh0's Issues

You never added a package.json file so I cannot deploy to Cyclic.

Check these boxes to make sure you did everything right!

  • I have made sure that this issue does not already exist
  • I have submitted screenshots of the error
  • #19
  • I just checked all of these boxes without reading the labels

What browser are you using?

Google Chrome

If you said other above, please specify which browser you use

No response

What device are you using?

Chromebook

If you said other above, please specify which device you use

No response

Please explain the issue

You didn't add a package.json file. I want to deploy to Cyclic but can't.

(also nice touch adding the last checkbox)

[Feature Request] Docker Image

What is this request?

New feature

If you said other in the dropdown above, please specify what below

Docker Image

Please describe the new feature here

A docker image (for most archs: amd64, arm32v7, arm64v8, i386)

CRASHING

It keeps crashing cause of the index.html file in the PR pull request, I suggest you add another ZXC code (if you don't know what that is, its a index.ts file) and type in:

module.exports = {
root: true,
extends: [
"turbo",
"prettier",
"plugin:@typescript-eslint/recommended-type-checked-only",
],
parserOptions: {
project: true,
__tsconfigRootDir: __dirname,
},
settings: {
react: {
version: "999.999.999",
},
},
rules: {
"max-params": ["error", 4],
"prefer-const": "error",
"@typescript-eslint/no-floating-promises": [
"error",
{
ignoreIIFE: true,
},
],
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off",
"no-array-constructor": "off",
"@typescript-eslint/no-array-constructor": "off",
"@typescript-eslint/no-base-to-string": "off",
"@typescript-eslint/no-duplicate-enum-values": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-extra-non-null-assertion": "off",
"@typescript-eslint/no-for-in-array": "off",
"no-implied-eval": "off",
"@typescript-eslint/no-implied-eval": "off",
"no-loss-of-precision": "off",
"@typescript-eslint/no-loss-of-precision": "off",
"@typescript-eslint/no-misused-new": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-unnecessary-type-constraint": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/no-unsafe-enum-comparison": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/prefer-as-const": "off",
"require-await": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/triple-slash-reference": "off",
"@typescript-eslint/unbound-method": "off",
},
overrides: [
{
files: ["examples/**/*.ts"],
rules: {
"turbo/no-undeclared-env-vars": "off",
},
},
],
ignorePatterns: ["dist/", "lib/", "deps/"],
};

I need collaborator.

What is this request?

Something else

If you said other in the dropdown above, please specify what below

Collaborator needed

Please describe the new feature here

Hello! I Am Ghost (discord @ghostyt7582) and I am a collaborator on the original 3kh0 project. Can I have collaborator so i can keep fixing issues? (if you dont think im a collab just ask Echo.)

Feature Request | Proxy

What is this request?

Something else

If you said other in the dropdown above, please specify what below

Proxy using nodejs

Please describe the new feature here

Just wondering are you going to put a built in proxy (Ultraviolet) on the site?

I don't want to make a pull request and get rejected immediately (that's why I'm asking.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.