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
66
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.76K
86
66
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
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
5
The Worst OSThe system couldn't boot up. Do you want to restart?
Short narrative command-line game for #NarraCodeJam
81
4
5
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 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
1
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
12
6
1
ofk Found some bugs and changed some of the installation steps.
No more pressing "y" to install!
Enjoy and have fun! - ofk23 days ago
2
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.53
4
2