#Quite literally the worst Neuro Game in the world

1 messages · Page 1 of 1 (latest)

fading lance
#

I was really really bored and made this thing.

Launch from game.html

It's all HTML, JS and CSS neurOMEGALUL

Game as single html file instead of rar #1441818552725143693 message

If you do not want to download a rar or game as single html file, you can easily put the game together from the separated files and snippets posted below.

#
> assets/
> > evil.png
> > gourmet.png
> > gourmet_destroyed.png
> > icon.png
> > main_menu.png
> > neuro.png
> > police.png
> > style.css
> > vedal.png
> game.html
> script.js
#
<html>
    <head>
        <title>The Worst Fan Game</title>
        <link rel="icon" href="assets/icon.png" type="image/png">
        <link rel="stylesheet" href="assets/style.css">
        <script src="script.js"></script>
    </head>
    <body id="body">
        <img id="img-evil" src="assets/evil.png" alt="Evil Neuro" hidden>
        <img id="img-neuro" src="assets/neuro.png" alt="Evil Neuro" hidden>
        <img id="img-vedal" src="assets/vedal.png" alt="Evil Neuro" hidden>
        <img id="img-gourmet" src="assets/gourmet.png" alt="Gourmet" hidden>
        <img id="img-gourmet-dead" src="assets/gourmet_destroyed.png" alt="Gourmet Destroyed" hidden>
        <img id="img-police" src="assets/police.png" alt="Police" hidden>
        <img id="img-main-menu" src="assets/main_menu.png" hidden>

        <button id="button-start-game" hidden>Start Game</button>

        <div id="text-box" class="text-box" hidden></div>
        
        <div id="display" class="display">
        </div>
    </body>
</html>
#
html, body {
    background-color: #393939;
    color: #CFCFCF;
    width: 100dvw;
    height: 100dvh;
    margin: 0px;
    padding: 0px;
}

.display {
    position: absolute;
    margin: 40px;
    padding: 0px;
    width: calc(100dvw - 76px);
    height: calc(100dvh - 76px);
    background: #454545;
    border: 2px solid #090909;
}

button {
    border: 1px solid #090909;
    background-color: #606060;
    color: #FFFFFF;
    border-radius: 3px;
    font-size: 40px;
}

button:hover {
    border: 1px solid #141414;
    background-color: #808080;
    color: #EEEEEE;
    border-radius: 3px;
}

.text-box {
    width: calc(100% - 22px);
    height: 200px;
    border: 1px solid #090909;
    background-color: #424242;
}
delicate nexus
#

ip grabber ElivLookUp

reef fulcrum
#

Does it work with 'cracks pc' ?

fading lance
#

Should work with all systems that can open webpages. (you need any web browser, does not work well at all on a phone :D)

it's a HTML file (essentially a webpage)

fading lance
#

The whole game in a single HTML file neurOMEGALUL
Mind you I am not looking for a code review for this horrible creation.

reef fulcrum
#

Can i ask who we play as?