401
DefCraft in a ReplFork the Repl, then code to create explorable 3D structures. Supported languages: Python, JavaScript, C++, Java
Add C++ and Java support
A few people requested the ability to define blocks in C++ and Java. You can now use those languages in addition to the original options of JavaScript and Python.
Next update will add mobile controls, as requested.21.4K
287
401
401
DefCraft in a ReplFork the Repl, then code to create explorable 3D structures. Supported languages: Python, JavaScript, C++, Java
21.4K
287
401
TutorialGuy2331 no this was work before the start of 2023 but now idk what happding i try it before9 days ago
33
DefCraftMinecraft-like game where you code to create generative structures
854
44
33
4
React Vite TemplateUses @vitejs/plugin-reactpackage
41
0
4
0
gena little Clojure-like language for making generative structures in a 3D game
24
0
0
3
LittleReplittiny little Replit clone, that can only interpret a small part of Lisp
highly recommend working through Mary Rose Cook's "Little Lisp interpreter"... lots of fun: https://maryrosecook.com/blog/post/little-lisp-interpreter
tiny little Replit clone
a quite-useless clone of Replit, that can only interpret a small part of Lisp.
followed this very cool tutorial on making a Little Lisp interpreter, and figured it'd be fun to make it useable from the browser. could have just put the interpreter on the front end but wanted practice with setting up a separate server.0
0
3
ClojurescriptTetrisPlay Tetris written in Clojurescript
46
2
3
3
Play Tetris in 4 programming languages
The purpose of this project was to learn enough of each language to program Tetris in it. I found it very energizing and worthwhile.
I mostly write Javascript, but learning these other languages gave me a much better fundamental understanding of programming than I had before. The main learning resources I used are linked next to each game.140
4
3
2
ClojurescriptBootStarterProjectClojurescript starter project, using Boot to launch web server and automatically recompile.
Hosted site: https://clojurescriptbootstarterproject.phil-mac.repl.co/
Clojurescript starter project - make websites using Clojure on Replit
Here's a Clojurescript starter project for anyone who wants to play around with making websites using Clojure and get the easy hosting benefits of Replit.
Checkout the README for info on how to use it.
I'm working on making Tetris in Clojure as a learning project, and getting something like this working was the first step.