Skip to content
Sign UpLog In
Profile icon

EpicRaisin

@EpicRaisin
  • warpio

    Cover page
    Made with Node.js

    Explore, discover, and conquer in warp.io, a space themed IO game!

    Recent comments (2)
    BraydenThaxton
    BraydenThaxton
    1 month ago

    play this game

    it wont work fix it

  • Scuffed Slots

    Cover page
    Made with HTML, CSS, JS

    This is a very scuffed fake money slots site that I made. You can spin to see if you win money, or you can up the stakes by raising the money multiplier and cost.

    Your balance is saved, so you can leave and come back later, and your money will still be there! You can also check out the bank at /bank to see your money without spinning.

    It features 7 symbols, each with it's own winnings/losings, and some funny reasons why you lost or won money.

    Recent comments (2)
    GavinSwanson
    GavinSwanson
    2 years ago

    Just make the multiplier as high as possible, and you have a very good chance of getting lots of moolah.

Repls
Community
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Scuffed Slots - A very scuffed slots site!
#html
#slots
#stupid
Scuffed Slots Scuffed Slots is a very scuffed fake money slots site that I made. You can spin to see if you win money, or you can up the stakes by ra
Scuffed Slots
HTML, CSS, JS
Dunce
Dunce
If you set the multiplier too high it'll make your balance underflow to a positive number, lol.2 years ago
MrVoo
MrVoo
If you work on the CSS a bit, this might just be worlds best website 😏2 years ago
EpicRaisin
EpicRaisin
published a Repl
2 years ago
0
Scuffed Slots
Scuffed SlotsThis is a very scuffed fake money slots site that I made. You can spin to see if you win money, or you can up the stakes by raising the money multiplier and cost. Your balance is saved, so you can leave and come back later, and your money will still be there! You can also check out the bank at /bank to see your money without spinning. It features 7 symbols, each with it's own winnings/losings, and some funny reasons why you lost or won money.
GavinSwanson
GavinSwanson
Just make the multiplier as high as possible, and you have a very good chance of getting lots of moolah.2 years ago
EpicRaisin
EpicRaisin
published a Repl
2 years ago
0
weekly4
weekly4Weekly Challenge 4
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Code Chal Code Chal is a website I made where you get daily coding challenges, and you have to write code to solve it. Features Sign in with repl.i
rasn
Python
LukeWright
LukeWright
image ? how did I get this wrong?2 years ago
maxina
maxina
oooh that's cool. considering the fact that you have a domain, im assuming you are going to turn this into a serious project?2 years ago
DynamicSquid
DynamicSquid
Wow, this is cool!2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Looking through the templates, I didn't see any that was a template for pure JS canvas. There were some for libraries, but none that show raw canvas i
Canvas Template
HTML, CSS, JS
SreyasSabbani
SreyasSabbani
Nice!2 years ago
EpicRaisin
EpicRaisin
published a Repl
2 years ago
19
warpio
warpioExplore, discover, and conquer in warp.io, a space themed IO game!
BraydenThaxton
BraydenThaxton
play this game 1 month ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
For my upcoming stick figure platformer game, I created an inverse kinematics system for stick figures! In this little demo, you can move the stick fi
platformer
HTML, CSS, JS
IntellectualGuy
IntellectualGuy
Wow this is cool2 years ago
Brendan23
Brendan23
@EpicRaisin awesome!2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
JS Canvas UI js This repl is part of the JS Canavs Project, a group that develops tools and tutorials for the powerful HTML canvas element. What is
js canvas ui
HTML, CSS, JS
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I am working on a large ASCII art in repl.it, and I wanted to know if there is a way to disable text wrapping, so that the editor will scroll rather t
RYANTADIPARTHI
RYANTADIPARTHI
in the editor, click wrapping to none. in the editor. in settings. Screenshot 2021-01-06 at 8.33.47 PM IT should work2 years ago
btfuss
btfuss
i dont know if this is what your looking for, however: Screenshot 2021-01-06 at 5.25.42 PM CLICK NONE instead of soft, and it should stop2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Singleplayer Pong But with no AI! Do you have no friends? Are you so lonely that not even an AI will play with you? Well, even if these things do no
pong
HTML, CSS, JS
mwilki7
mwilki7
i like this 1 player variant2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Sloomey Speedrun is a game I am making designed around speedrunning. You play as a blue slime called Sloomey who has to get to the finish line as fast
sloomey speedrun
HTML, CSS, JS
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Heck.it - The world's dumbest repl.it clone I spent quite some time working on this dumb project, but I'm proud of it. Heck.it is basically a clone o
heck.it
Python
angrydoge
angrydoge
Time to use this. Also idonate 🍌2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Aim Practice! You can practice aiming for any FPS here! This is a project I made with three.js Kind of ambitious for my first three.js porject, but
aim practice
HTML, CSS, JS
programmeruser
programmeruser
Improved version: https://replit.com/@programmeruser/aim-practice#index.html2 years ago
elipie
elipie
yes. i am cube2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I'm working on a game in three.js. For it, I need an FPS camera. I implemented the pointer lock API, and to move the camera I use this code: document.
badst
badst
Three.js already has a built in implementation for that. see https://threejs.org/docs/#examples/en/controls/PointerLockControls2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
Programming Language Design Process, Part 1 - Variables Creating a programming language is a task that seems daunting to many programmers. Every prog
fuzzyastrocat
fuzzyastrocat
This is something that's much needed — people just blindly make languages thinking its cool and then end up with an already existing language (usually Python or JS) with a few minor tweaks. However, one important thing: > Variables are in probably every programming language I'd suggest doing some research on functional programming languages. They do not have any variables (well, any variables that you can change — "const-style" variables are allowed) yet are still very practical and modestly 2 years ago
realTronsi
realTronsi
But, like I said, this tutorial will not teach how to create a language. This tutorial is about how to design a language. oops missed that, ignore what I said earlier Anyways just a suggestion, maybe go more into lang design rather than explaining how existing languages handles syntax??2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
RaisinJam is like other repl jams; you have a theme, and have to make a repl around it. This is the first ever RaisinJam! You can submit by commenti
raisinjam
HTML, CSS, JS
TsunamiOrSumth
TsunamiOrSumth
Oooh. Thats interesting. I guess ill try, but when is the deadline?2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I've made yet another dumb repl, this time in one of the most dumb languages. To explain it, I must talk like a lolcat. LOLCODE IZ A LANGWAJ DAT IZ O
lolcode wat
LOLCODE
noway15
noway15
🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌2 years ago
InvisibleOne
InvisibleOne
🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌🍌2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I said if people donate bananas, I would make more dumb repls like the fake 3d. It seems people have definitely donated bananas. That was the best po
2d house generator
HTML, CSS, JS
ThisUserTaken
ThisUserTaken
here's a banana 🍌2 years ago
JBloves27
JBloves27
lol, nice! > here's a banana 🍌2 years ago
RedPandaCode
RedPandaCode
Perhaps you could make a "3d" house generator ;)2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I decided to challenge myself to create a 3d renderer. But since I suck at JS for some reason, I decided to do this pseudo-3d renderer instead. The t
3d but its fake
HTML, CSS, JS
Omay
Omay
I made a PJS one: https://repl.it/@Omay/Fake-3D#index.html2 years ago
AphixDev
AphixDev
The future of Vulkan2 years ago
DSAEthanS
DSAEthanS
150th upvote! Nice work!2 years ago
EpicRaisin
EpicRaisin
shared a Post
2 years ago
I want to make a game with HTML/JS that is multiplayer, but I have no clue how to start. At the simplest point, I want to be able to send the XY coord
a random repl i use when i need to post a repl
HTML, CSS, JS
BrutalBucket
BrutalBucket
Using Nodejs or Python Flask you can host the same html code in it. socket.io is a module for nodejs and python flask that allows the code to become a server like this code Server Code: // Imports Everything var express = require("express"); var app = express(); var http = require("http").createServer(app); var io = require("socket.io")(http); // Gets HTML Code // app.get("/",(req,res) => { res.sendFile(__dirname+"/index.html"); // change the file to your file // }); // This is time for socket2 years ago
xxpertHacker
xxpertHacker
Ignore what everyone is saying about sockets, ws, servers, and all of that. I recommend looking into WebRTC. Also, if you create a server, Python will inevitably be simpler than Node.js.2 years ago
Coder100
Coder100
here's a good socket.io chat tutorial: https://socket.io/get-started/chat/2 years ago