Skip to content
Sign UpLog In
Profile icon

Phil MacEachron

ProAdmin
@phil-mac
making toys
Website
  • DefCraft in a Repl

    Cover page
    Made with Python

    Fork the Repl, then code to create explorable 3D structures. Supported languages: Python, JavaScript, C++, Java

    Recent comments (287)
    EthanZhong2
    EthanZhong2
    2 days ago

    just a blank screen

    TutorialGuy2331
    TutorialGuy2331
    9 days ago

    no this was work before the start of 2023 but now idk what happding i try it before

    DavianRodrigue2
    DavianRodrigue2
    12 days ago

    just white screen

    miercoles
    miercoles
    12 days ago

    its just a black screen

    SebastianDevars
    SebastianDevars
    14 days ago

    blank screen with text

    venomsmurf22
    venomsmurf22
    15 days ago

    hey i couldnt see it mabey try to fix this problem

    KarolJulietaLop
    KarolJulietaLop
    18 days ago

    it notbad

    DaishinBoyd
    DaishinBoyd
    18 days ago

    this is a troll

    Bradley-JohnJo1
    Bradley-JohnJo1
    21 days ago

    its a troll game

    TereziaAlimasi
    TereziaAlimasi
    21 days ago

    why is it like that wheres the game! i can't see anything i thought it was loading but then 7 or 10 seconds later its still like dat do a diffirent one

  • tetris

    Cover page
    Made with HTML, CSS, JS
    Recent comments (4)
    NassimSaboundj1
    NassimSaboundj1
    9 months ago

    Very nice project!

    wolfieboy09
    wolfieboy09
    9 months ago

    Nice!

    phil-mac
    phil-mac
    1 year ago

    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.

  • gen

    Cover page
    Made with Node.js

    a little Clojure-like language for making generative structures in a 3D game

    Recent comments (0)
  • LittleReplit

    Cover page
    Made with HTML, CSS, JS

    tiny 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

    Recent comments (3)
    PRANSHUHAT
    PRANSHUHAT
    6 months ago

    Cool

    JohnWesley7
    JohnWesley7
    6 months ago

    Nice

    phil-mac
    phil-mac
    11 months ago

    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.

  • DefCraft

    Cover page
    Made with Vanilla Vite

    Minecraft-like game where you code to create generative structures

    Recent comments (44)
    GavinKIRK2
    GavinKIRK2
    1 month ago

    this is good, but it needs to be better

    wolfieboy09
    wolfieboy09
    9 months ago

    When are you releasing the new update?

    Aaron2011
    Aaron2011
    9 months ago

    Super fun! I hope you update the game!

    zarooma
    zarooma
    9 months ago

    nice!

    HyperHacker
    HyperHacker
    9 months ago

    +1 like this is awesome

    wolfieboy09
    wolfieboy09
    9 months ago

    Dont ask. image

    wolfieboy09
    wolfieboy09
    9 months ago

    How do i work this?

    phil-mac
    phil-mac
    9 months ago

    FYI i messed up something in the repl, where i was getting websocket errors, so I worked around it by making a build of the app and serving it over an express server.

    if you want to fork this to play with it, use this repl that doesn't have the errors: https://replit.com/@phil-mac/DefCraft-copy-to-fork?v=1

    osiudhosduihfos
    osiudhosduihfos
    9 months ago

    can i fork this?

    IroncladDev
    IroncladDev
    9 months ago

    This is beautiful, great job!!

Repls
Community
phil-mac
phil-mac
published an Update
8 months ago
401
DefCraft in a Repl
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.
#games
#python
#javascript
+1
phil-mac
phil-mac
published a Repl
8 months ago
401
DefCraft in a Repl
DefCraft in a ReplFork the Repl, then code to create explorable 3D structures. Supported languages: Python, JavaScript, C++, Java
DavianRodrigue2
DavianRodrigue2
just white screen12 days ago
TutorialGuy2331
TutorialGuy2331
no this was work before the start of 2023 but now idk what happding i try it before9 days ago
phil-mac
phil-mac
published a Repl
9 months ago
33
DefCraft
DefCraftMinecraft-like game where you code to create generative structures
Aaron2011
Aaron2011
Super fun! I hope you update the game!9 months ago
wolfieboy09
wolfieboy09
When are you releasing the new update?9 months ago
phil-mac
phil-mac
published a Repl
10 months ago
4
React Vite Template
React Vite TemplateUses @vitejs/plugin-reactpackage
phil-mac
phil-mac
published a Repl
10 months ago
0
gen
gena little Clojure-like language for making generative structures in a 3D game
phil-mac
phil-mac
published an Update
11 months ago
3
LittleReplit
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.
phil-mac
phil-mac
published a Repl
11 months ago
0
LittleReplitServer
JacobScipior
JacobScipior
no repl 4 months ago
phil-mac
phil-mac
published a Repl
11 months ago
0
phil-mac
phil-mac
published a Repl
1 year ago
3
ClojurescriptTetris
ClojurescriptTetrisPlay Tetris written in Clojurescript
Spllit
Spllit
nice5 months ago
GavinKIRK2
GavinKIRK2
nice job! :)1 month ago
phil-mac
phil-mac
published an Update
1 year ago
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.
phil-mac
phil-mac
published an Update
1 year ago
2
ClojurescriptBootStarterProject
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.