Yep, thats right, among us.
This is a short playable story of among us. It has many differant paths and over 1,000 lines of code. It took me over 18 hours to complete.
If you see any bugs, leave it in the comments.
Future content coming. Including...
- Kill/vent errors fixed
- New maps (Like the mars base and sky thing)
- More Paths (Mainly on the crewmate file)
- Randomized tasks (That one might take a while)
- Fix when you type something wrong it takes you to beginning (I've got a lot of comments about that)
UPDATE: Future updates have been suspended and will probably be canceled
Visit the updates section in the game for more
If you want to see your name appear as a game, type...
[My repl username] would like to appear on Among Us by @FloCal35.
EDIT: Yes, we reached 100 upvotes and have been trending for over 14 days! I'm glad y'all enjoyed it :)
Hey, wait.py
. Instead of doing clear()
, do
print("waiting", end="\r")
print("waiting.", end="\r")
print("waiting..", end="\r")
print("waiting...", end="\r")
print("\u200b" * 20, end="\r")
there's a better way to do the waiting text instead of copy+pasting and adding a . to the end, but I can't be bothered writing it. Nice project though!
@eeky Thanks
Wow, this is grate!
Nice!
That is kinda sus
Just opvoating cuz 5h project
awesome game! cant wait to see more updates
@Muttonhead Ty, working on private mode now...
@FloCal35 thanks for udating love this game
@FloCal35 also sometimes when I say i dont want to kill or vent i gives error
@Muttonhead Good to know, i'll try to fix that in the near future
nice
Niice
Cool!
Creative !!
@Samm0s15 Thanks
Randomized Tasks(Thats gonna take A LONG time to code
Umm actually no it wont, if you do the following stuff:
import random
<list name> = ["Task1","Task2","etc;"]
for i in range(3):
random.choice(<list name>)
Here is the code with actual variable names
import random
listofTasks = ["Electrical", "Wires", "Cafeteria", "etc;"]
for i in range(3):#num of tasks
random.choice(listofTasks)
boom
@elipie by long time, I meant I would probably do it after a few things (Which would take time). But thanks for the code
@FloCal35 oh ok. np
really cool project
Good game, although without graphics it's hard to keep track of what's what
I don't recommend using exec
. It's not very safe with input.
Instead, do this:
import os
#I have another file
os.system("python file.py")
It automatically looks in the shell and knows there is a file named file.py
.
Then it would execute it. And the string can not be stored in a variable while executing.
You could also use this in a login system, it like it hashes the password because you can't get it from a variable.
Other than that, great game!
I accidentally pressed the enter
key, and it just stopped the game. That is very annoying if you have gotten far then accidentally pressed something. I recommend putting choices in while true loop, after the user makes there choices, it continues to next loop.
Example:
while True:
choice = input("Would you like to move back or forward?")
if choice == "forward":
print("forward")
break
elif choice == "back":
print("back")
break
else:
print("Not a option!")
while True:
#and so on..
nice game
Is it online though?
@ZDev1 Um... no
@FloCal35 ok then
@ZDev1 But MAYBE at some point
I am excited for the time when this project is ready. Easy Upvote :)
This is trash
-ingly awesome!
Dunno if that was even catchy lol
Cool! Upvoted
@KirikAltekar nice, ty
Nice job! One thing I would look out for is the exec
command. It's not a good practice, and I think you would be better of using something like os.system('python3 game.py')
.
@Viper2211 Ok, I'll try that for my other pojects
@FloCal35 Another way could be import ./game
do u know how to translate python to js
Um, no. Why @codeninja135
@FloCal35 bc I need it for a multi collab
How doI get on it?
It took me so long but I finally won! This is a great game
As imp or crew? @JACQUELINEPENA
crewmate, i kept getting killed by cyan lol @FloCal35
Cuz Cyan is always the imp @JACQUELINEPENA. No matter what.
I would love for my name to be in there @FloCal35 My username is: TG_BrainEatr
Its added @BrainEatr7, but due to how I coded it, I had to change it to just TGBrainEatr
Already gave you my upvote, Amazing project! Post this to r/among us on reddit, more people will see it! Great Job!
you got copyrighted
cuz u copyed among us.
it is still cool
u sus
i dont mind using MY username! fyi it's whack_dab
Falling asleep at my computer after playing this until 4:00 a.m. It's that good!👌😁
@Alice688 Lol, glad you like it