# Bouncing DVD Logo

The site i...
#### Clicker Game
## Hello!
This is a beginner's tutorial on how to make a clicker game. I am @thatpyguy and will release more tutorials in the future...
# What is FreeDNS?
[FreeDNS] (https://freedns.afraid.org) is a service created by Joshua Anderson, where people share their domains that you can use...
# Getting started
Start off by creating a new html, CSS and JavaScript repl and head over to the index.html file. We will need a canvas on the websi...
# Introduction
Ok, so you want to make games? And you dont know where to start? Well you came to the right place! Today you will be developing your ve...
This is a very easy to use platformer base, entirely made by me!!
So all you need to do to use it is look at the top of the script.js file for the a...
-- Incomplete Draft --
# What is HTML?
HTML is a ~~programming language~~ markup language. HTML is what makes up almost all of the webpages on the Int...
Add [`<video>`](https://developer.mozilla.org/docs/Web/HTML/Element/video) element with the [`autoplay`](https://developer.mozilla.org/docs/Web/HTML/E...
* What do you enjoy most about React?
* What's the difference between React and other JavaScript frameworks?
* What do you know about JSX and is it po...
## Making a (More Complex) Front End API Tutorial
I love making APIs (and giving them horrible names :P)
So first of all, you need to know about DOM i...
## Making a Simple Front End API Tutorial
Great, thanks for coming to my tutorial! For once, this tutorial will not be for upvotes and cycles. :P
__
S...
the last tutorial i made wasn't that good at explaining, so this is the real tutorial.
so using html, we make a button onclick
![Screenshot 2020-11-...
How To Visit Blocked Sites ~ Using Repl.it! [#TutorialJam]
> @elipie [#TutorialJam]
# How To Visit Blocked Sites On A School Computer ~ Using Repl.it!
So, you're probably really annoyed at school for those c...
## How to build a simple risk game!
First, create an HTML/JS/CSS repl. Then, in the HTML, make a **<div></div>** to hold what we are going to make. cr...
# Localstorage: Saving Data
Sup, everybody!
School's been crazy lately, wearing masks and staying six feet apart, or three squids apart, or 50 lines o...
# Introduction
Who knows JS?
Probably you.
Who knows Jquery?
Probably you.
Who knows what's better than Jquery, p5.js, or some other random javascript...
🌐|| How to use the Geolocation api || Get the users location! || 🌎
# How to use the HTML5 Geolocation api
## Get the location of the user!
Here is a great thing I found while researching some HTML
The geolocation ap...
# How to get a Moving Picture Background with CSS
Okay, so i checked out @agent9002 's conversion calculator. AND IT WAS GODLY(Amazing background, et...
This is an introduction to HTML to those who want to learn HTML!
-----------------------------------------------------------
***I'll be going over th...
# Simple Clicker Game
### HTML
First things first, we’ll do the html. Start by created an image tag, this will be what the player clicks
```
<img src=...
[//]: # (This is a secret message that you can't see normally, but you are looking at it on the repl talk page, not the post.)
just to note, this was...
`Fetch`, the modern way to make HTTP requests in **Javascript**. There are many ways to make your HTTP requests like using XHR however, some of them a...
# How to Make a Menu Bar with HTML and CSS
I'm busy. I'm working on 3 projects:
- Big text adventure game in Python
- Simple operating system in C#
-...