Giter VIP home page Giter VIP logo

radon-games's Introduction

Radon Games

An open-source unblocked games website built with simplicity in mind.

  • ๐Ÿ“ˆ Play from our rapidly growing selection of games
  • ๐Ÿซ Unblock websites with our built in web proxy
  • ๐Ÿซฃ Hide from teachers using the tab cloak setting

Installation

git clone https://github.com/Radon-Games/Radon-Games.git
cd Radon-Games
pnpm install
pnpm run build
pnpm run preview

Where to get help

For questions and suggestions please join our Discord server

For any website/game issues please create a new GitHub issue

radon-games's People

Contributors

cohenerickson avatar dependabot[bot] avatar e9x avatar greenlio avatar nebelung-dev 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  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

radon-games's Issues

EaglerCraft

eaglercraft

minecraft on the web

eaglercraft.ru
The URL of the game's website or a playable version of the game.

minecraft 1.8.8, 1.5.2, and beta 1.3 available

Links!

Are there any more links for this site? If so, please link them below. I'd really appreciate it!

Roblox isn't working

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Game request

name lolbeans

description: a game similar to fall guys with similar looking characters

link: lolbeans.io

Radon games dont load up

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

gta5

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

Enable TS strict mode

https://www.typescriptlang.org/tsconfig#strict

TypeScript's strict mode offers even more typing and may catch some bugs in the codebase.

An example of how this will affect the code:

(document.querySelector("link[rel='icon']") as HTMLLinkElement).href = settings["tab-cloak-icon"];

the result of document.querySelector is HTMLElement | null which should throw an error when a property is accessed unsafely.

For the purpose of document.querySelector's default and intended types working, I will be going off my fork (#34).

https://github.com/e9x/Radon-Games/blob/785280ef90e50d0c6960c0585b56fc39cf480bab/src/Tab.ts#L43

Unsafe and lenient:

document.querySelector<HTMLLinkElement>("link[rel='icon']").href = settings["tab-cloak-icon"];
// If querySelector returns null, an unrecognized error will be thrown
// This may happen when the HTML is changed and the icon link is removed/changed.

Strict:

document.querySelector<HTMLLinkElement>("link[rel='icon']")?.href = settings["tab-cloak-icon"];
// The href is conditionally set. If querySelector is null, no error will be thrown. But no error will be thrown! Now there's an opportunity to recognize it and throw a better error.

Safe and strict:

const icon = document.querySelector<HTMLLinkElement>("link[rel='icon']");
if (!icon) throw new TypeError("Cannot find icon <link>. Check the HTML code.");
// the icon variable's possible type as HTMLLinkElement|null has now been reduced to HTMLLinkElement
// TypeScript's compiler will detect that the code will never reach this line if any error was thrown/the function was returned based on a condition that reduced the possible types.
icon.href = settings["tab-cloak-icon"];

Roblox

Roblox
The name of the game you want to request.

Roblox is a global platform that brings people together through play.
A brief description of the game (so we add the right one).

classwork.cc
The URL of the game's website or a playable version of the game.

You should port it on the web/ put now.gg on it
Add any other information about the game here.

Add "Car Drawing Game"

Car Drawing Game
The name of the game you want to request.

A game where you must draw a car that can pass certain obstacles to get to the end of the level
A brief description of the game (so we add the right one).

https://www.coolmathgames.com > 0-car-drawing-game
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

Bloons Tower Defense 5

Bloons Tower Defense 5
The name of the game you want to request.

A free tower defense game involving monkeys popping balloons in many different maps. Made by Ninja Kiwi.
A brief description of the game (so we add the right one).

https://www.kongregate.com/games/ninjakiwi/bloons-td-5
The URL of the game's website or a playable version of the game.

I don't know if the game is flash or not.
Add any other information about the game here.

Game Request - ClassiCube

Name of Game
ClassiCube

Description
sandbox block game inspired by Minecraft Classic

URL
(https://www.classicube.net/)

Additional information
I've seen versions on other sites where you can sign in and use the default texture pack. However, that isn't the version they have on the official site.

Service Request?

Spotify
The name of the game you want to request.

Spotify is a digital music service that gives you access to millions of songs
A brief description of the game (so we add the right one).

https://open.spotify.com/
The URL of the game's website or a playable version of the game.

New game that should be in

Name of Game
bloons tower defense 5

Description
It's a game where a couple of monkeys would shoot, throw, or destroy balloons.

URL
Ninjakiwi.com.

Additional information
Add any other information about the game here.

death chase 1 2 and 3 please

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

roblox please

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

age of empires

age of empires (the original)
1 of the original rts games, you build a base recruit troops to destroy other people,

I haven't found one
Additional information
Add any other information about the game here.

404 page not loading correctly.

Describe the bug

TypeError: a is not a function
    at https://radon.games/assets/index.476f2556.js:1:10886
    at D (https://radon.games/assets/index.476f2556.js:1:3495)
    at Object.fn (https://radon.games/assets/index.476f2556.js:1:10866)
    at Te (https://radon.games/assets/index.476f2556.js:1:6037)
    at ee (https://radon.games/assets/index.476f2556.js:1:5837)
    at se (https://radon.games/assets/index.476f2556.js:1:7010)
    at He (https://radon.games/assets/index.476f2556.js:1:7817)
    at mt (https://radon.games/assets/index.476f2556.js:1:7257)
    at te (https://radon.games/assets/index.476f2556.js:1:7184)
    at le (https://radon.games/assets/index.476f2556.js:1:3340)

To Reproduce
Steps to reproduce the behavior:

  1. Go to /fjdaklfdsjalks (404 page)
  2. See the error

Expected behavior
404-page loads correctly without errors

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11 Version 21H2 (Build 22000.795)
  • Browser: 1.41.99 Chromium: 103.0.5060.134 (Official Build) (64-bit)
  • Version: v2.0.0

Additional context
None

???

where da games at

pokemon games are not loading up

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Apps

All apps google, youtube, etc. do NOT work for me, When I do try to use it this happens "TypeError: Failed to fetch"
I will describe the look of the page, all black, and only color is the words in the corner
that's all though

um i want agar io on it

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

Adventure Capitalist

Name of Game
Adventure Capitalist

Description
Fairly popular game, but you get money to buy assets to make more money.

URL
[https://en.gameslol.net/data/adcapitalist/index.html]. That is a working version.

Additional information
My school blocked the link above so is there any way you could put the game into Radon another way? (I believe it's in Unity3D based on the title of the website)

discord no longer works

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Roblox Doesn't work.

Describe the bug
Roblox does not work on your site and says the game is unavailable.

To Reproduce
Steps to reproduce the behavior:

Go to 'Your game site (i went there through Nebula'
Click on 'Games'
Scroll down to 'Roblox'
See error
Expected behavior
I expected roblox to run, however, it just goes to your site inside the i-frame and says it isn't available.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

OS: [macOS 12.2.1 (Build 21D62)]
Browser [Chrome]
Version [105.0.5195.125 (Official Build)]
Smartphone (please complete the following information):

Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
I just wished it worked. I hope it's easily fixable as I need to use a proxy on my wifi, however, when I use now.gg's proxy link it doesn't allow me and just gives me another link. Thanks!

Build process hangs

When using free services such as Replit, the Build process hangs.

solid-start building client...
solid-start rendering index.html...

Papa's Freezeria

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

Bloons Tower Defense 5

Bloons Tower Defense 5
The name of the game you want to request.

A free tower defense game involving monkeys popping balloons in many different maps. Made by Ninja Kiwi.
A brief description of the game (so we add the right one).

https://www.kongregate.com/games/ninjakiwi/bloons-td-5
The URL of the game's website or a playable version of the game.

I don't know if the game is flash or not.
Add any other information about the game here.

my blocker

the blocker my school has is lsrelay-config-production.s3.amazonaws.com

Chaos Faction 2 Game Request

Chaos Faction 2
The name of the game you want to request.

Description
A brief description of the game (so we add the right one). A old popular flash game.

URL
[The URL of the game's website or a playable version of the game.] ( https://archive.org/details/chaos-faction-2-5645 )

Additional information
Add any other information about the game here. NADA

TypeError: Failed to fetch

When using Ultraviolet Proxy if the bare server is blocked it will throw a TypeError: Failed to fetch.

super smash flash 2

Name of Game
The name of the game you want to request.

Description
A brief description of the game (so we add the right one).

URL
The URL of the game's website or a playable version of the game.

Additional information
Add any other information about the game here.

game request

xbox cloud gaming
The name of the game you want to request.

**its like geforce **
A brief description of the game (so we add the right one).

https://www.xbox.com/en-us/play
The URL of the game's website or a playable version of the game.

i like what yall do and if you guys can get back what vpn do you guys use?
Add any other information about the game here.

Dogeminer 2 not working

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Radon Games
  2. Click on Dogeminer
  3. Wait for game to load
  4. Proxy is being blocked by Cloudfare

Expected behavior
I wanted the game to load properly so I could source it to my game site.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • Browser - Chrome
  • Version 22

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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.