mkhoi™
@mkhoi
it is me, mkhoi
A game made for KaJam
The city dwellers have always called you as a crazy man who lives in the woods. You are very annoyed by that so after a year, y
HTML, CSS, JS
4
City DestroyerA game made for KaJam
The city dwellers have always called you as a crazy man who lives in the woods. You are very annoyed by that so after a year, you have finally found all of the ingredients for a life-stealing potion. The more you kill and attack people the bigger and stronger you become as you attack stronger, have higher health and you can heal yourself with their blood as well. Now you've decided to attack their city, your main objective is to attack their most expensive skyscraper on the far right end of the city. Besides that, you can also destroy other buildings to prevent more people coming out to fight you.
W - Jump
AD - move left and right
Left click - kick attack, lower damage than swing but can kick stuff on the ground
Right click - swing attack, higher damage than kicking but as you get bigger, you won't be able to reach the people on the ground so you have to kick them
Remember to not die :)
Feedback is appreciated
86
6
4
0
killer beast man lolcat and mouse 2d 2-player game
0
0
0
The last stand in the heart of your lab against a demonic invasion. Demons will crawl through vents to reach you. They can drop bloodkits or ammo. You
SixBeeps Hey, could you possibly upload the original source code to a GitHub repo for us? That way, we can judge the code cleanliness.2 years ago
I have this 'findObj' function that finds stuff in a dict and put each of their index as integers in a list and in another big list (to group them all
Python
This is a 2 player game as one takes on the role of the beast which will terrorize the other player. Grab a friend and play!
Features:
3 maps!!
2-pla
HTML, CSS, JS
I'm trying to make a spreadsheet. But when i type a value, the row that the value is on extrudes out and stuff because my dynamic cell size system isn
Python
thenullified try using ansii escape codes:
http://ascii-table.com/ansi-escape-sequences.php
escape in python is \033
use the cursor movement things3 years ago
Latest updates:
'The Rabbit' event is added, gives you 1-2 meat if you successfully catch the rabbit.
A couple of smaller changes.
You are the leader
Python
ur STACMAN and ur hungry, eat pellets ('o') and dodge the instakill blocks ('TT') to survive
also i encourage u to play this in a fast manner because
Python
There's nothing much here beside generating mountainous ranges, but it's still pretty believable.
I think the generation is pretty neat and sorta loo
Python
You will have a random weapon with random stats on it, you can fight a bot or your friend.
i'm thinking of adding random special abilities and more s
Python
Print the sentence letter by letter and create a real-time timer in python, help me.
:)
argthe1st Look into the python time module, you can use either time.time() and compare start times and end times or use time.sleep(duration)3 years ago
what
I created a new repl and this happened, what is this? Also if u have this you couldn't write in the editor
Edit: sorry for not clarifying that
ChristinaSchw Constants are a special type of variable. Once declared, the value cannot be changed (unless how to get fiberglass out of skin you change the value when initializing it). In JS you use the const keyword: const pi = 3.141598 months ago
ash15khng Do you mean the white box thing? That's weird, it may be a bug. You should try reporting it on the repl.it bugs page.
3 years ago
launcherman08 You typed gibberish into the console, so Python thinks it is code and tries to execute it, which results in an error.3 years ago
Lets say that i've convert a dictionary into a list, now i want to convert it back to a dictionary and it still have the original values of the keys
Geocube101 I don't know how this would actually be done with python keywords (I'd just created a nested array containing the key value pairs)
def dicttolist(dictionary):
out = []
for k, v in dictionary.items():
out.append([k, v])
return out
def listtodict(array):
out = {}
for a in array:
out[a[0]] = a[1]
return out
`3 years ago
🧬 Small DNA animation, nothing special 🧬
Also, the animation will be flashy at sometimes.
Python
For some reason, i am working on repl and then a white text that said "This plugin crashed!" on a red background at the top of the editor, and for so
Zavexeon Repl.it's workspace operates on quite a few plugins, and any plugin can crash. This isn't too uncommon to happen, I've had it before. Usually a refresh fixes the problem. If not, try signing in and out again, and maybe clear the cache. If that doesn't work, make sure your firewall or proxy (if you have one) isn't blocking any repl.it plugins. If the problem persists, you'll probably have to get in contact with some staff.
Hope this helps. :)3 years ago
I want to create a secure login and sign up so that it can save user data and stuff
JustARatherRidi To save data, you use a database. If you're doing it here on repl.it, I'd say one of the easiest ways to it is with jsonstore.io, using Leon's client.
Look into it, and if you get stuck somewhere, I'd be happy to help. Good luck!4 years ago
ash15khng You will have to use a database. I'm not really sure how you can do it, but try researching online.4 years ago
Does anyone know how to do that because there's a huge bug in my game that can only be probably fix with this
PLEASE HELP!
TheDrone7 For indenting multiple lines of text at once, select all the lines you want to indent and press the Tab key on your keyboard.4 years ago
I am making a game and want to have a save/load system because it is frustrating without the save/load system (its a long game and also it has permade
SergeiMomontov One of India's #1 celebration games, Adolescent Patti is likewise accessible to play on the web. You can undoubtedly find numerous product suppliers making new variations of this fascinating game. Adolescent Patti is otherwise called flush or blaze in other gaming terms. Youngster Patti is a social game played during the family get-together. The game is played really during the celebration of lights, Diwali. The most charming Indian game is High schooler Patti right here https://spinsvilla.net/c5 months ago
mihailza Professionaalne online kasiino meeskonna valik. Tulge sisse ja vaadake ise.
Pole ime, et iga päev ilmub uusi online-kasiinosid https://kiirkasiinod.net/casino/winnerz-kasiino/ , sest online-hasartmängutööstus on juba üle 10 aasta olnud üks kiiremini kasvavaid ettevõtteid maailmas.
Meie meeskond on testinud ja läbi vaadanud rohkem kui 100 suurimat Eesti online-kasiinot ning hinnanud neid nende mängude valiku, tervitusboonuste, pakkumiste ja regulaarsete kampaaniate, mobiilseadmete ühilduvuse ja 7 months ago
Masonwilso Прикольный челендж, но еще прикольней live casino https://onlinecasinohub.com/au/live-casino/8 months ago
I can copy but i can't see "paste" anywhere. Why?
Edit: i want to paste in the code editor