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
10
Sudoku (In the console)An ncurses based sudoku game
132
152
10
46
Replit Profile in the TerminalSee your replit profile in the terminal.
[Open in Full screen!]
If you are on safari add ?lite=true to the url (credit: darthdoofus)
A little project I made just messing around. Leave a like if you enjoy it!
2.3K
62
46
Lazarek123 lol

2 months ago
MiloCat @InvisibleOne wow this is really cool!
Try doing color!
Only issue was this:
2 months ago
15
The Hacker's Choice EmailThis is a free mail forwarding service by The Hacker's Choice, which was founded in 1995. Find out more at
298.3K
11
15
8
2048 (In the console)Animated console version of the 2048 game
118
22
8
boston2029 Nice! It gives off like 1980's game vibes a little. It is a little laggy, even without animations, but not immediately. Good job! I rate it a 7.5 out of 10, because while it's laggy, it's still very impressive.2 months ago
3
awkasterBring some old-school fun to your terminal! Explore the dungeon and shoot monsters in this pseudo-3D game inspired by the classic Wolfenstein 3D and Doom.
How to play
Your objective is to navigate the map and activate exit elevator, killing hordes of monsters in the process.
Controls:
WASD - movement
J/L - turn left/right. Hold shift to turn quicker
spacebar - shoot
num 1-4 - change color mode
x - activate elevator (arrives after 1000 moves)
Adjusting resolution
By default game resolution is 64x48 "pixels", which are just a pair of ASCII symbols. That means your terminal needs to be at least 128 chars wide. You may change variables w and h to your liking.
Game engine
Wall rendering is done using ray casting. Monsters and projectiles are added after that as sprites. Ray casting is a simple rendering algorithm that doesn't require any 3d modeling or complex computation.
You can find an excellent tutorial here: http://lodev.org/cgtutor/raycasting.html
47
5
3
1
compiler + paint ✅A thing made for Compilers class with my sanz @nicolecsantos ✏️
48
1
1
sbohfm ### So...
> *"Have you ever played that Elsa game on code org?
> Well, that would've helped."*
>
> \- Nicole
This is like Paint but with the fun 99% stripped out of it, since it has amazing **zero** mouse input and \*solely\* relies on disruptive industry defining sentence recognition... *From 1987.*
- Directions are ```right``` ```left``` ```up``` and ```down```.
- Typing a direction optionally followed by a number will form an action to move anywhere in the "canvas"? Ex. ```right 10```
- You can append various actions in a single command by using a ```,```. Ex. ```right, left```
- To draw, you should use a ```draw``` prefix.
- To erase, you should probably need to send me an email and 300k in cash because that's not implemented at all (lazy reasons)
Now, try ```draw right 4, draw down 4, draw left 4, draw up 4``` to make the simplest of the squares!11 days ago
0
RustyShellThe new and improved version of the PyLine Terminal!
34
3
0
aewastaken hey its me drew, noticed a few things about your code, instead of using a bunch of if statements for determining what cmd they are executing make something like a switch statement or a list of what the CMD is and what the command is, then you can just pass in the cmd to the list and if it exists in the list execute the associated function25 days ago
SCP-049 This is a **MASSIVE** update!
You can now manage files, including editing and executing! I also added a shell command that lets you input a Linux command, as well as a command for the date and time.
And finally, this repl has its own Github repository! Check it out [here](https://github.com/SCP-049-replit/RustyShell)!
(Unlike the PyLine Terminal, I'm keeping the markdown. Not sure why I deleted it for the PyLine Terminal but I've learned)19 days ago
0
Im Hacking YouHack You
2
1
0