wood on a stick
@bwoop
my name isn't really that hard to pronounce.
(HTML, CSS mostly, + a little python and JS)
3
Annoying websiteThis is my first masterpiece, the annoying website. Play all the games and be annoyed.
Edit
Changed spelling errors and added a new ending to a specific activity (you have to figure out what)1
Annoying website: The 9 circles of annoyanceThis, is my most modern masterpiece. The most eye-bleeding, brain-melting experience you'll ever go through on replit. Pass each layer of my challenge and survive to earn your reward.
Edit
Removed the Annoying GIF from the first page, felt out of place26
2
1
1
Annoying website: The 9 circles of annoyanceThis, is my most modern masterpiece. The most eye-bleeding, brain-melting experience you'll ever go through on replit. Pass each layer of my challenge and survive to earn your reward.
26
2
1
no one knows this cause im too insignificant but i've been gone.
Who is bwoop, you ask?
i've made the monthly repls twice with my annoying websites,
Python
Ever wanted the perfect game? Well this isn't it. But you might find it! Take the quiz, (your score doesn't matter) and then find your score column. I
HTML, CSS, JS
I'm making a thing... well, you'll find out what it is soon. But i need repls to add. These repls could be yours or someone else's that you think dese
Python
For linking a game, but not the code.
As promised, Fame tycoon, the only game on replit where you can get rich and also get assassinated by jeff bezos. Almost 4,000 lines of code, so there
Python
undef1n3d pretty good, have an upvote from me. Also you might wanna make it so that it recognizes lowercase letters2 years ago
Wanting to learn HTML?
This lesson covers:
Basic HTML
How to add JS
How to add CSS
What is HTML?
Html stands for Hyper-Text-Markup-Language, and it
matthyno Referring to:
> Html pages will always end in (.html)
Sometimes they end in .htm too, but it's fairly uncommon.
Please make sure to include tabs/spaces in your code to make it cleaner. It is better to learn at the start
Otherwise, great tutorial!2 years ago
So, I was doing a tutorial for space invaders, and i did the same exact code as the tutorial. The tutorial looked like this:
Screenshot 2021-05-03 at
HTML, CSS, JS
InvisibleOne Oh I see the problem, the tag in your HTML linking your script is for script.js, change that to app.js2 years ago
InvisibleOne I don't know if it matters but shouldn't it be
alienInvaders.forEach( (invaders)=> ...
instead of
alienInvaders.forEach( invaders => ...
2 years ago
New stuff! Thanks to @Graybo8989 and @LukeNuzzolo for helping. Side note: Never ask me to write a song.
HTML, CSS, JS
SirBilby Well... after entering all my details i can sleep well tonight knowing that someone out there is coming for me...2 years ago
If you have a 13th grade education you will be able to get them right. Oh... wait...
Its my first C++ so it's not really the best.
C++
I just started c++ and my else if statement isn't working. Can someone help?
C++
InvisibleOne You are doing your else if statements incorrectly. They should look like this:
#include
using namespace std;
int main() {
char name[50];
cout > name;
if (name == "loser") {
cout << "Why is your name loser?";
} else if (name == "haha") {
cout << "You seem happy";
} else {
cout << "Your name is boring";
}
}
They don't start on a new line2 years ago
I am having a bit of a writers block, but with code... a coders block? IDK, i don't have an imagination. It must be all that TV.
btfuss Well with python, reasonable ideas can be:
Text based adventure game
Using grids to make animations with ascii codes
Creating engines for creators
Write a new language!
Create a 128 bit calculator
With HTML:
RPG
TANK GAME
Something using KaboomJS
raytracing explorer
geodash
With C++:
Deep Anaylizing of pictures and data
Scientific math
Write an engine
Create a function for all coders
Multiplayer text-based game
With Other Languages:
TV
Blocks
3d
Engine
Small game
Space exploration (maybe with2 years ago
As promised, Fame tycoon, the only game on replit where you can get rich and also get assassinated by jeff bezos. Almost 4,000 lines of code, so there
Python
This is a preview to my new game, Fame tycoon! This version has nothing to do with the fame or worth, but it's an accurate representation of what the
Python
I am making a tycoon game, and you get money by adding your money to your earnings. I tried to put this in a function, but when I run it, nothing happ
Python
Coder100 you need to return it lol
def addMoney():
return Money == Money + Earnings
otherwise python doesn't do anything with the expr2 years ago
I recently got an interest in making 3d worlds. I looked stuff up on the internet but they either didn't work or they didn't make much sense. So i was
tussiez Hi there!
I use Three.js, it's really flexible and easy to extend, plus it has a lot of "examples" included, which do all the difficult parts of 3D for you, e.g player controls or object loading.
I use their documentation:
https://threejs.org/docs
And, if you want tutorials:
https://threejsfundamentals.org
Got any questions?
Ask on https://discourse.threejs.org2 years ago
EpicGamer007 If you really want, you can use roblox studio, it is pretty easy and handles all the complex stuff for you. And if you actually make a game, a bunch of people will see it2 years ago
SixBeeps Unfortunately 3D takes either a large amount of knowledge of 3D mathematics (shaders, normals, all that jazz) or a large engine that handles all of that (such as Unity or Unreal Engine).
If you feel like you can take on the challenge of doing lower-level 3D stuffs, you might wanna look into OpenGL or ports of it. Otherwise, your best bet is to choose a game engine that does 3D.2 years ago