Skip to content
Sign UpLog In

Community

#commandline
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
euyix
euyix
published an Update
13 days ago
66
Brave Translate
Brave TranslateA simple command line translator using Lingvanex Translation API hosted by Brave.
Much much better UX
Powered by https://github.com/go-survey/survey.
#apps
#games
#commandline
+2
euyix
euyix
published a Repl
13 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
uhh13 days ago
JoshuaPeng2
JoshuaPeng2
hacker 13 days ago
euyix
euyix
published a Repl
13 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!11 days ago
CodeTheCode
CodeTheCode
published a Repl
3 months ago
5
The Worst OS
The Worst OSThe system couldn't boot up. Do you want to restart? Short narrative command-line game for #NarraCodeJam
hugo
hugo
Hey, you won 3rd prize on the front-end jam, please DM on discord or email me at [email protected]3 months ago
lajbel
lajbel
Congratulations!!! You won a NarraCodeJam prize, thank you so much for it!!! Can you dm me trough Discord? My tag is lajbel#3662. If not, you can send me an email [email protected]3 months ago
ofk
ofk
published a Repl
23 days ago
1
Pong Launcher
Pong LauncherPong launcher for repl.it by ofk Runs entirely within the project. No forking needed! Controls are up arrow and down arrow accordingly. Pong Launcher includes: Startup install script Launcher script Instructions for use: Run repl and wait for an output, follow installation instructions accordingly. Credit goes to: All of the people who made pong-command: https://github.com/kurehajime/pong-command/ Original project by ofk: https://replit.com/@ofk/Pong-Launcher
GavinKIRK2
GavinKIRK2
it crashed... :(23 days ago
ofk
ofk
Found some bugs and changed some of the installation steps. No more pressing "y" to install! Enjoy and have fun! - ofk23 days ago
EmeraldCraft125
EmeraldCraft125
published an Update
1 month ago
2
CommandLine
CommandLineAn alpha version of my python command line. Admin: un=admin pwd=adpass User: un=user pwd=uspass. Updates will be coming soon. If you would like to develop commands for this, DM me on discord at Fanfare#6689.
Updates to come
In chronological order, here is my current plan for future updates. This may change as I run into problems or roadblocks. 1) Sockets This includes chat functionality and the ability to send commands to another instance. 2) File encryption A keyed approach to file encryption in the config file. Each user will have their password be their unique key. 3) FIST/Bachi FIST is my language designed for the speed of prototyping. The name comes from fast. And Bachi is my file editor that is in development. 4) Mongo Mongo is my web tool. It will be able to do everything from basic Google searches, to finding articles containing exact data, to creating information databases. 5) Per user file structure, locked files, and shared documents Exactly what it sounds like. Documents may also be able to be shared across multiple instances and computers.