Skip to content
Open navbar menu
Sign UpLog In
Profile icon

kwe

@kwe
bean
  • trei

    Cover page
    Made with Python
    Recent comments (0)
  • bean rocket old

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • rpg

    Cover page
    Made with HTML, CSS, JS
    Recent comments (1)
kwe
kwe
shared a Post
2 years ago
🗿 moai-search the best-worst python search engine
moai-search 🗿 moai-search is a little light web browser in the terminal! although its really bad, like really bad.. (very hard to find the actual inf
moai-search
Python
kwe
kwe
shared a Post
2 years ago
run from a blob thing run from a blob thing is a very interesting game about surviving from a blob.. thing, live as long as possible controls - arrow
run from blob thing
HTML, CSS, JS
DynamicSquid
DynamicSquid
Nice! I like the movement!2 years ago
HEMLANU
HEMLANU
wow it deserves 100 upvotes2 years ago
kwe
kwe
shared a Post
2 years ago
bean rocket ah yes bean thats a rocket controls 'e' to mine rocks on the moon, arrowkeys to move info mine rocks by going on the moon, return safely (
bean rocket old
HTML, CSS, JS
WilliamCantrell
WilliamCantrell
image long2 years ago
WilliamCantrell
WilliamCantrell
When you crash, you don't lose moon ore2 years ago
WilliamCantrell
WilliamCantrell
ah yes, Comic sans2 years ago
kwe
kwe
shared a Post
2 years ago
Ever wanted to go to space? You might one day, but for now you can't! Why not simulate that with p5.js, Have fun!
0 gee
HTML, CSS, JS
NoahRoopull
NoahRoopull
This is actually really smooth! I also appreciate the lack of speed limits.2 years ago
WILLIAMBAEWER
WILLIAMBAEWER
fun!2 years ago
kwe
kwe
shared a Post
2 years ago
Edit text files with this little shell I made! Making a file. Type "mkfl", you will be prompted to name and change the text of it. Reading a file. T
flwr shell
Python
personmandude
personmandude
Nice :D2 years ago
kwe
kwe
shared a Post
2 years ago
simple library for simple tasks how to use download the trei.py and enter this code import trei here is some basic stuff you can do with it: inp
trei
Python
kwe
kwe
shared a Post
2 years ago
I don't know how to make it so the transition from changing position more smooth, Any tips or help will be appreciated. Ignore my horrible formatting
rpg
HTML, CSS, JS
Coder100
Coder100
there's a lot of things you can do. First, use this code instead: let keys = {}; document.addEventListener("keydown", e => { keys[e.which] = true; }); document.addEventListener("keyup", e => { keys[e.which] = false; }); then, on your animate scene, you add the arrow key movement, like this: function animate() { ... if (keys[87]) { frwd(); } if (keys[83]) { bcwd(); } if (keys[65]) { cml(); } if (keys[68]) { cmr(); } if (keys[69]) { right(); } i2 years ago
kwe
kwe
shared a Post
2 years ago
3d box using three.js i made the epic box land! not exactly the best movement system.. WASD to move E and Q to change camera rotation first three.
ANDREWVOSS
ANDREWVOSS
@kwe Ping me if you figure out how to improve the movement, I'm trying to do a similar project.2 years ago
ANDREWVOSS
ANDREWVOSS
Cool! I've always wanted to learn GL.2 years ago
kwe
kwe
shared a Post
2 years ago
i need game ideas for the game engine love2d (basically pygame but lua) any ideas will be appreciated!
FloCal35
FloCal35
RPG games are always a good2 years ago
kwe
kwe
shared a Post
2 years ago
Whats the best game engine in your opinion, if you can list the pro's and con's any thing will be appreciated
ch1ck3n
ch1ck3n
kaboomjs three.js p5.js are the best in my opinion2 years ago
kwe
kwe
shared a Post
2 years ago
this python 'game' is 103% luck so its hard to even call it a 'game' see which turle (turtle) can go faster!
turle (python edition)
Python (with Turtle)
kwe
kwe
shared a Post
2 years ago
I need some game ideas I'm using the love2d game engine. Any ideas will be greatly appreciated
IntellectualGuy
IntellectualGuy
Here are a few ideas for some projects that you could make 2048 Text adventure game A simulator (Business Simulator, etc.) War game Clicker games An arcade game (Kind like Space Invaders or Pacman) Uno A replica of a board game A game kind of like Plague.Inc where you have to try to make a disease to wipe the whole world out. tic tac toe pong tetris snake apocalypse game tycoon Rock paper scissors, but with ASCII art Making an ASCII art animation battleship I don't know what love2d is, so I do2 years ago
JacobMcPherson1
JacobMcPherson1
you could remake snake or maybe make a clicker game2 years ago
kwe
kwe
shared a Post
2 years ago
grab the fish in the pond by going in its vertical position, after grabbing the fish go to the table to serve it to the legend gato!
feed gato!
Love2D
kwe
kwe
shared a Post
2 years ago
collect the apl by going to the y axis of the apl! since i can't do proper collisions but missing the apl will get you negative points :(, how many po
kwe
kwe
shared a Post
2 years ago
a game where your a turle (turtle) and you have to beat the opposing turle with the right arrow key, its mainly luck. this game was requested by my fr
turtle
Love2D
kwe
kwe
shared a Post
2 years ago
A love2d game that I made from scratch, which is why theres 10000 bugs and the code is not good the goal is to avoid the y axis of the blue cube, thou
move away blue cube
Love2D
kwe
kwe
shared a Post
3 years ago
flappy box A flappy bird clone I made from scratch! (except the inspiration) Theirs currently no pipes since I'm still figuring out collision. Hope y
flappy box
Love2D
kwe
kwe
shared a Post
3 years ago
bob game game about bob the bob, explore the epic green plate. made with löve its pretty simple code i just wanted to share it
dragon
Love2D