Skip to content
Sign UpLog In

Community

#terminal
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
Explore the Community Hub
FEATURED
jeff
Announcing Ghostwriter Chat
AutoModeration
Welcome to Replit Community
TOP GLOBAL TIPPERS
1
JDOG787
JDOG787
110.2K
2
d31337
d31337
97.4K
3
CoderGautamYT
CoderGautamYT
34.2K
4
SHADOWMSTD
SHADOWMSTD
29.1K
5
vertal
vertal
25.5K
TOP TAGS
#games
#apps
#python
#javascript
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
LuisAFK
LuisAFK
published a Repl
2 months ago
10
Sudoku (In the console)
Sudoku (In the console)An ncurses based sudoku game
9pfs
9pfs
Wait, you just found a sudoku thing in nixpkgs and made a repl with it?2 months ago
Raadsel
Raadsel
Cool2 months ago
InvisibleOne
InvisibleOne
published a Repl
2 months ago
46
Replit Profile in the Terminal
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!
Lazarek123
Lazarek123
lol ![image](https://storage.googleapis.com/replit/images/1674553373538_f5134ec19d892e81b08e8fc110214e34.png) 2 months ago
MiloCat
MiloCat
@InvisibleOne wow this is really cool! Try doing color! Only issue was this: ![image](https://storage.googleapis.com/replit/images/1675692341621_f61028a461510cf9b9c9c8b1252ac21e.png)2 months ago
euyix
euyix
published a Repl
15 days ago
15
The Hacker's Choice Email
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
CoderGautamYT
CoderGautamYT
uhh15 days ago
JoshuaPeng2
JoshuaPeng2
hacker 14 days ago
LuisAFK
LuisAFK
published a Repl
2 months ago
8
2048 (In the console)
2048 (In the console)Animated console version of the 2048 game
boston2029
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
boston2029
boston2029
Just realized 💀💀💀2 months ago
euyix
euyix
published a Repl
15 days ago
3
awkaster
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
sojs
sojs
wow this is actually really cool!13 days ago
sbohfm
sbohfm
published a Repl
3 months ago
1
compiler + paint ✅
compiler + paint ✅A thing made for Compilers class with my sanz @nicolecsantos ✏️
sbohfm
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
SCP-049
SCP-049
published a Repl
1 month ago
0
RustyShell
RustyShellThe new and improved version of the PyLine Terminal!
aewastaken
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
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
PYTHONCoder4678
PYTHONCoder4678
published a Repl
1 month ago
0
PYTHONCoder4678
PYTHONCoder4678
COMMENT PLS 1 month ago
Load more