Community
Replit 101 Coding Helpline
Wed Mar 29 2023
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Replit 101 Coding Helpline
Wed Apr 12 2023
Explore the Community Hub
FEATURED
TOP GLOBAL TIPPERS
1
JDOG787
110.2K
2
d31337
97.4K
3
CoderGautamYT
34.2K
4
SHADOWMSTD
29.1K
5
vertal
25.5K
4
Tic-Tac-Toe (Minimax Algorithm)Play Tic-Tac-Toe in 2 Modes: Single-Player & Two-Player.
Single Player has 2 Modes: Easy & Hard. Easy mode uses randomly generate moves. Hard/Impossible mode uses Minimax Algorithm.
Code has detailed comments. Great if you want to learn how to implement the Minimax Algorithm.
Comment Suggestions.
AI Update
Single Player now has Easy Mode and Hard Mode
It's impossible to win in Hard Mode because you'll be playing an AI.
AI uses Minimax Search Algorithm
Player can now choose to be X or O in Single Player
Updated Board Design
Final Board highlights the squares that make up the 3-in-a-Row
3-Board Tic-Tac-Toe and other versions coming soon.175
3
4
5
PlanetWeightMy first java repl! Enter your weight in pounds and it will tell you what it would be on different planets. Thanks to @MrTech16 for the icon.
98
15
5
23
Java Clicker GameThank you all for 1K runs!!! Clicker Game I made to try to learn java swing. Over time I have added more buffs to the game, but I still think there can be more. Comment on any buff ideas!
Java Clicker Game!!
Thank you all for 1K runs!!! Clicker Game I made to try to learn java swing. Over time I have added more buffs to the game, but I still think there can be more. Comment on any buff ideas!1.2K
49
23
2
Voidal-networkMirror of the EaglercraftX 1.8 repository on GitLab, allows you to play multiplayer Minecraft 1.8 in your web browser by @TOMMMERCADO on Github
Ported to Replit by @ironkid1212
I don't even know what this is LOL
35
4
2
4
SPACE EATER 🥶You control a black hole 😲
Trying to eat the universe!!!
better game than Fortnite 😱😱😱
99
4
4
RobertsE "Space Eater" is a term used to describe a phenomenon in computer storage where a small amount of data or file can take up an excessive amount of space. This can happen due to a variety of reasons, such as inefficient data storage methods or data duplication. Space Eaters can slow down a system's performance and decrease available storage space. https://www.wellcaremedicare.net/13 days ago
15
Base ServerEaglerCraftX Server
Update to EaglercraftX
Recently this server has been reopened with EaglercraftX (Minecraft 1.8).1.1K
12
15
13
2
TomcatTECThe better Eaglercraft server software.
TomcatTEC v2.1
Update 2.1
> Adds main page
> Switches server URL from wss://..repl.co to wss://..repl.co/i
> Changes icon location3
AsciiChaseRun from the monster chasing you by typing directional inputs directly into the console. Below is a list of controls and descriptions of said controls. Type in one of the listed inputs, press enter, and the map will regenerate to illustrate the movement you made. Description of mechanics in comments.
AsciiChase
[o ] (escape) --> Spawns randomly on map. Will cause the game to end and the player to win if touched by the player. Be careful though, if the enemy gets to the door at the same time as the player, you will still lose, so plan your movements strategically.
( ! ) (enemy) --> Moves two spaces instead of one to keep the heat on the player. Spawns randomly on the map, meaning sometimes you will get some unfortunate games.
\[~]/ (you) --> Controls: w, a, s, d, wa, wd, sa, sd, f
w: moves player up one space
s: moves player down one space
a: moves player left one space
d: moves player right one space
wa: moves player up one space and left one space
wd: moves player up one space and right one space
sa: moves player down one space and left one space
sd: moves player down one space and right one space
f: jumps ahead 3 spaces based on direction, which is determined by your previous movement. Defaults to up if no movements have been made.