Survive the Dungeon
Made with PygameA procedurally generated Roguelike. Navigate infinite labyrinth dungeons. Clear out all the dungeon's inhabitants to win.
There are also some online features:
- the daily dungeon uses a seed from an API server so everyone is playing exactly the same dungeon
- there's high score tables so you can compete to get the best run on a dungeon
- you can see the locations of up to 10 other players that died in the dungeon while you're doing your run
Recent comments (48)OlivrRogers5 months agogood
AlexandroArteag5 months agowhat
LoganLee156 months agohow do you swith your items?
iuliiapyntia6 months ago.
destroyer136 months agoIt's like dnd! #Real Player
EvanGraf16 months agoj
MARZ1236 months agoima fork this good job mate very impressive
GREG96H6 months agoso cool
BenjaminBlum36 months agoits image looks interesting, i am going to try it out
ColoredHue6 months agoThe code hurts me internally.
BBS Client
Made with GoThis Repl runs a client for a Bulletin Board System (BBS) hosted at https://replit.com/@mattiselin/bbs-server.
It's a full terminal client - no webpages here. Behind the scenes it uses a websocket to talk to the server (because you can't telnet to a repl).
If you're logged in to Replit, it should pick up your username automatically. Otherwise you'll be logged in as a guest and have read-only access.
Have fun!
Recent comments (34)Classfied3D1 year agowow
DrDuck27111 year agoThis is really cool
Saanvi91 year agocool
DhairyaPatel221 year agoI want to host my own personnel server and client but how can i do that? I'm new to coding all in all but if someone can help than thx.
Camofrog1 year agoepic app!
RahulChoubey11 year agoWhat are the security features of this? Is it vulnerable to SQL injections? Other bad-boy input poisoning?
RahulChoubey11 year agowhat is telnet?
Spllit1 year agoThis is COOL.
SaifullahOMAR1 year agopro
bazel
Made with Blank ReplThis repl is a quick start for building a project with Bazel, with a C++ example.
Recent comments (0)C64
Made with NixThis is a functional Commodore 64 development environment with demonstration C and ASM programs. A Makefile is provided and the VICE emulator is used to run the system for testing.
How to Run Programs
Once VICE loads, at the BASIC prompt:
LOAD "ASMPROG",8Once the program loads, you can type:
RUNto run the program.
To load the C program, replace the first
LOAD
with this:LOAD "CPROG",8Writing BASIC
You can also type your BASIC programs directly into the emulator, for example:
10 PRINT "HELLO WORLD"20 GOTO 10RUNHit the Escape key to stop the program running.
Save & Load (requires fork!)
Once you have written a BASIC program in the emulator, you may want to save it.
The
myprogs.d64
disk is loaded as drive 9 in the emulator for this purpose.Let's take this BASIC program:
10 PRINT "HELLO WORLD"To save,
SAVE "HELLO",9Once saved, you can load the program again after a restart:
LOAD "HELLO",9LISTRecent comments (5)Spllit1 year agoI love it!!
mattiselin1 year agoI've added updates today to this version that enable usage of a terminal to access external BBS sites (and other Telnet servers).
This can be tried out by running:
LOAD "*",10,1RUNThis will load
StrikeTerm
, a terminal program that you can use to connect to Telnet sites across the internet. The repl also runs atelnetd
server so you can log in to your repl's shell from within the emulated Commodore 64.Quickstart:
- Once
StrikeTerm
is running, hitM
and set the modem to "User Port" - Hit
F3
to open the terminal - Type
at
and hit Enter/Return - if you seeok
on the screen, the software is talking to the emulated modem! - Type
atdt <server.com>:<port>
to connect toserver.com:port
via Telnet. Many BBS's run on Telnet allowing you to access them via the emulator!
https://www.reddit.com/r/retrobattlestations/ runs a BBS at bbs.fozztexx.com (
atdt bbs.fozztexx.com
) that you can try out.mattiselin2 years agoUpdate! This is now available in template form here: https://replit.com/@mattiselin/Commodore-64?v=1 - including code intelligence for C code and some other cleanups.
gbraad2 years agoAlso have a look at the
README.md
as this offers a build toolchain to deal withasm
and andc
files that get compiled and inserted in a virtual disk.You can load the programs with
LOAD "ASMPROG",8
orLOAD "CPROG",8
followed byRUN
to start them...... and all of this without
READY.LOADPRESS PLAY ON TAPELOADING...READY.RUNThanks!
amasad2 years agoMy favorite program to run is the maze:
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
p.s. don't forget to type
RUN
after you're done.- Once
x64_osdev
Made with NixThis is everything you need to get started writing an operating system for x86-64 CPUs - up to putting a "Hello World!" string on the screen.
Recent comments (2)CSharpIsGud2 years agoAbout time replit put something worthy of being in the similar repls on my operating system.
Site Reliability Engineer at Replit.
github.com/miselin
Repls
Community
All Repls