kwe
@kwe
bean
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
Python
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
HTML, CSS, JS
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 (
HTML, CSS, JS
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!
HTML, CSS, JS
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
Python
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
Python
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
HTML, CSS, JS
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
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 @kwe Ping me if you figure out how to improve the movement, I'm trying to do a similar project.2 years ago
i need game ideas for the game engine love2d (basically pygame but lua) any ideas will be appreciated!
Whats the best game engine in your opinion, if you can list the pro's and con's any thing will be appreciated
this python 'game' is 103% luck so its hard to even call it a 'game' see which turle (turtle) can go faster!
Python (with Turtle)
I need some game ideas
I'm using the love2d game engine.
Any ideas will be greatly appreciated
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
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!Love2D
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
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 frLove2D
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, thouLove2D
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 yLove2D