I made a 🐍Snake AI 💻
[ currently broken :D ]
Hi!
I made Snake. You can control it using WASD, or the arrow keys. Eat the red apples, and don't crash into the walls or yourself!
But.....
When you press space, it uh... helps you out a little :)
Enjoy!
snek
@DynamicSquid Wow, I've enjoyed this thoughtful discussion!
@fuzzyastrocat lol yeah
@fuzzyastrocat snek? Boom, new esolang idea.
@firefish ooh, so that's how esolangs are made lol
@DynamicSquid @firefish Lol, I have zero idea what you mean by snek being an esolang idea but ok. I always make esolangs based around an idea rather than just a thing, but maybe I'm not understanding correctly.
@fuzzyastrocat Remember the salmonApple? You literally said (to the best of my memory)
fuzzyastrocat: s.a could mean string called a, salmon and apples, or sick to an appointment
firefish: what language uses salmon and apples as a main construct
fuzzyastrocat: boom, new language idea.
@fuzzyastrocat i'm starting to get confused with the SoN VM again
@fuzzyastrocat anyway, I think I have an idea for a Christmas-themed EsoLang
@firefish That was a joke, I didn't actually intend for you to make a language based on that. :D
@DynamicSquid Lol I love how this comment has gotten 5 upvotes
@fuzzyastrocat lol yeah. and @firefish's comment about Night got 11 for some reason lol
@DynamicSquid People just upvote random things lol
@DynamicSquid lol the most upvoted post of mine got 11 upvotes
@firefish lol what
@DynamicSquid lol it's true, 90% of my cycles come from comments
@firefish - SoN equals Son of Neptune a.k.a me :P
@fuzzyastrocat thanks for stopping by but I was in the middle of something
@DynamicSquid I think most people upvoted that comment for the chef's rat sketch
@firefish Are you by any chance a Monty Python fan?
@fuzzyastrocat not exactly, but does sound like the sort of thing Monty Python would make...
@firefish Yeah. (I asked because when you said "the chef's rat sketch" I thought of something funny, but it would only make sense in the context of Monty Python)
@fuzzyastrocat yay lord fuzzy has 1000 cycles!
@firefish Hooray! :D
@fuzzyastrocat i'll unupvote ten things of yours to make you down to 999 actually no having having second thoughts on that
also sneklang is turning out good
@Codemonkey51 snek lol this thread gave me 75 cycles
Amazing, now sneks that look like Mr. Schwarzenegger are going to take over the world. Joy! 🐍
@RayhanADev lol!!
@DynamicSquid lol. I love how you used Java instead of JS xD.
@RayhanADev Well, I actually prefer JS but I made this for a school project and Processing was most convenient
@DynamicSquid nice!
@RayhanADev - Nope, snakes won't conquer as long as they keep bumping into their fat tails and dying lol...that happened to me...my snake got to 22 and died because it bumped into its tail...RIP...
Are you guys classmates or someting? @RayhanADev @DynamicSquid @firefish
@Whippingdot no? xD.
@Whippingdot What the hell? Squod lives in Canada, Rayhan (I think in the US) and I live in the UK, lol wut, I don't even use repl.it for school
@firefish hahahahha spot on xD.
@RayhanADev My point is we live in different countries, we can't possibly even be classmates
@firefish hmmm
it’s Zoom meet time xD
@firefish oh btw how is it in the UK?
@RayhanADev No worries, I'll find one from every country, legend has it the @pope is here
@RayhanADev Lockdown in two days, currently the news is actually absorbed by the US election, live coverage starting from 11pm our time (~6pm ET i think), and oh boy, I don't want to get too political here
@firefish lmao US politics go brrrrrr
also RIP lockdown, but honestly Texas is gonna go into a big lockdown as well, I’m willing to bet cash on that xD. We’re big in everything, apparently that means corona as well ƪ(˘⌣˘)ʃ.
I live in India, but am from Seattle. Stayed there and was born there for 8 years. And did you know 22% of Americans believe the election will go on without cheating. 🤣🤣 @RayhanADev
@Whippingdot Watching the election, doing my Math homework, and surfing repl.it at the same time is what I'm doing right now lol
I am in the middle of school right now. 😃🤣🤣. Gotta go. Science. @DynamicSquid
@Whippingdot Ah yes, I was born in Seattle for 8 years.
@firefish so you were born for 8 years, dang that must be tuff xDxDxD jk.
Hey, you wrote the exact thing I was going to write. 😢😢🤣 @RayhanADev
164 upvotes... u hacked the repl talk algorithm
good
squid ai when?
@DynamicSquid make squid AI xDxDxD.
@DynamicSquid lol yes
Nice job @DynamicSquid!
@RolandJLevy thanks!
@DynamicSquid I love the snake game - such a great classic!
@RolandJLevy It is yeah!
IDK why @DynamicSquid but EVERY time you upload a post, it reaches number 1 on trending. This shows your great work :) :) :)
@abdullahrajput9 thank you :)
wowie so cool
@HahaYes I give you tanks
@DynamicSquid tanks go brr
Wow! Nice!
Care to explain the algorithm?
@Coder100 Thanks!! It's just a simplified version of the A* algorithm. What it does is it assigns each cell a value:
gcost = dist(cell, snake) hcost = dist(cell, apple) fcost = gcost + hcost
Cell with the lowest fcost get's chosen.
I spent an entire day tinkering with which algorithm was best, and how to optimize it, and all that stuff, and I ended up with this. It's not the best, but it's something
big brain @DynamicSquid
also btw might want to make the snake have a head, sometimes its hard to really define it's shape. (Did you accidentally do more work than you need to?) @DynamicSquid
@Coder100 lol thanks
@Coder100 Well, I would of made the UI way better if I had more time. I actually made this for a school assignment and I only had around 3 hours of work time
oh woow @DynamicSquid
@DynamicSquid i don't think I've ever seen a school asignment with 200 upvotes, so congrats!
nice
"press space for a little help " meanwhile me getting 1000 scores by doing nothing
I like it! I've always wanted to make/see a snake bot. The only problem is, (the first time I tried it) your bot died. Otherwise, a great game!
@AndrewWingfield thanks!
Amazing!
@Blackout4344 thanks!
Your power is increasing. I feel it.
@Jakman Thanks! Oh, I made a language in Rust, I think you'll like it: https://repl.it/talk/share/Mirror-My-Other-Programming-Language/79690
my highest is 37
@EloiseTseng not bad!
lol the pressing space keeps getting me killed, good game tho
@BobTheTomatoPie lol thanks!
A little?
this is a very good code! if you could you can try to make them fruits instead of just red squares. over all tho very good!
@poopingrn thanks!!
One question. When you make an error in a Java Processing repl, it just says "Script Error" but doesn't say where it is. With a project as big as your's, how are you still alive?
@SwaroopBappanad Great question! I use the Processing IDE, then just transfer the code here
@DynamicSquid What a madlad. Where exactly do you said IDE?
@SwaroopBappanad Do you mean what IDE I use? I use the official Processing IDE
@DynamicSquid oops I meant "Where exactly do you find said IDE" but I forgot I was illiterate
@DynamicSquid Do I download the 32-bit or 64-bit version? (I'm on Windows)
@SwaroopBappanad doesnt matter
I like the over-all outcome! But I thought the SPACE would reduce the SIZE of the snake. Lol. It actually PLAYS it for you. :) I don't like it that much. Reducing the size by 1 square would be nice. Thank you! :)
@CodingMaster55 lol! But I do prefer the AI
@DynamicSquid That was just my suggestion. It's totally up to you! :)
This is so cool. I'm trying to learn algorithms/AI as well. Nice job!
@Glare thanks!!
Cool!
@tussiez thanks!
man this is so cool. I pressed space and then i was like, "bruh, this is so cool". Honestly this is really cool
@tankerguy1917 thank you!!
very cool
@PatrickParanish thanks!
nice!
@python88 thank you!!
It's a little buggy (you can move back and kill yourself instantly; thus, restarting the game). The frames could probably be increased a little, and maybe the refresh rate of drawing on the canvas as well. The AI is also a little buggy when trying to get to the apples, but it's actually pretty good!
@RayvelArjoon oh thanks!! And yeah... they're a bunch if things i could improve, but i made this for a school proj and didnt have much time
@DynamicSquid It's good for a rushed project :)
@JBYT27 lol xD
XD :) @DynamicSquid
Noice job! @DynamicSquid
@JBYT27 thanks!
This is fire and fun! Thank you for making this, it passes time! I showed my coding teacher this and he was amazed!
@Yuktha1456 thanks! glad you enjoyed :)
@DynamicSquid yay ty for replying!
Also are the logos good?

(slice, dusk, and night)
@firefish
Slice of pizza.I like the Dusk logo.@DynamicSquid
slice, thinking like slice of orange (or any citrus fruit for that matter) but okay@firefish Why have
foureight people upvoted lol, if you upvoted but areb't related to the night project, reveal yourself@anonymous360c You have? Oh, why did you undo it then
What do you mean? @firefish
@anonymous360c The message you deleted
What message?Oh that. @firefish@anonymous360c You said
But I can't find where it was in reply to... -_-
Ah yes that. I did and I still have. I think these logos are AWESOME @firefish
@anonymous360c
you know I didn't make the night one, lord SQUOD did@DynamicSquid @Lethdev2019 Next logo: SoN.
@DynamicSquid Would this be good for SoN?

SoN literally stands for Slice of Night
@firefish Why is my language eating pizza?
@DynamicSquid It is the Slice Of Night, A.K.A. SoN
@firefish
"Hi, could I take your order now?"
"Sure, what are your specials today?"
"We're offering a slice of Night"
"Yeah I'll take that"
@DynamicSquid
"Eat in or takeaway?"
"Eat in please."
"Sorry, it's lockdown, we can only offer takeaways"
@firefish
"Then why did you ask me if I wanted eat in"
@DynamicSquid
"Because our restaurant aims to have as many one star reviews as possible."
"Why?"
"Confidential Policy."
"Buy why?"
"Policy."
"I'll hire a policy designer for you."
"We already have. He was the chef's pet rat."
"I'm out of here."
@firefish @DynamicSquid comedy gold xD. 👌
@RayhanADev lol ye
@firefish wait how is this is most upvoted comment lol
@DynamicSquid I asked the same question lol
@AlianaYee dat le one i didn't make
@AlianaYee yay thanks!!!
@firefish Ah! There's a guy spamming repl.it with 10 posts per second!!
@firefish - Slice the 8, because its 12 now(including me lol)
@DynamicSquid - 10 posts per second!!! He must be one of those dynamic tentacly creatures...only they have ten-tacles that can post ten comments every second...
@firefish
"Wait! Please make sure you give us a one-star review! Also, don't go out, its not safe"
"Why do you care?"
"We also have a policy that we should protect annoyed customers"
"Lemme guess, your 'policy designer', the rat, created this policy?"
"No sir, this was created by our Customer Care team of specialists"
"What? Humans made such a dumb policy?"
"I never said they were humans...a parakeet, a chimpanzee, a kangaroo, and a snek make a fine team, don't they?"
"I do not even want to imagine what a snek is..."
lol @RayhanaDev
ima at school. @firefish
@Lethdev2019 lol then how are you sending messages, I just got home
@KelpHead
nice grammar lol
they can't block it even if they tried. @firefish
@firefish I send messages all the time at school. I also get my phone taien away from me all the time at school
@DynamicSquid Have you seen this @poopyarmy nut? He's spamming the repltalk rules and gave me 68 flipping pings
@firefish
"But Why?"
"We work for the FBI"
"But Why?"
"Welp, time to lock you in the brainwashing chamber."
@LTI2
manager walks in with a rat on his shoulder
"Eh, what's this?"
"This is our manager. He takes care of the chef's rat."
customer punches rat
"You WHAT?"
customer runs away
"Wait where did the chef's rat go?"
"I don't know, but something is moving in your Slice of Night pizza box."
@firefish
@GeneralBaker
"Mine? I only just came in. I think the pizza box belongs to the nut who just ran out of here."
"But you obviously came for our famous Slice of Night, so we had it prepared in advance. We also make assumptions about our customers, so we prepared this 'mystery meat' just for you."
"You happen to be correct, I love mystery meat."
Customer takes a bite
"Good flavor."
Chef runs in
"WHERE IS MY RAT?!"
@firefish
@GeneralBaker
"Uh... maybe there?" pointing towards the mystery meat
"
YOU'RE FIRED! AND SO ARE YOU! FOR FEEDING THIS MAN MY RAT!
""Wait... this is rat?" pukes
"No really, the rat is OK! I didn't cook it!"
customer pukes again
@firefish
@GeneralBaker
customer can't hear because he is still vomiting his dinner from yesterday out
"Make sure you at least give us a 1 star review on the way out." - chef
"ARE YOU KIDDING?! I AM GIVING YOU A FREAKING 5 STAR REVIEW FOR THIS! NOW NO ONE WILL EVER COME HERE AGAIN!!!"
"Please no! You will ruin me!"
@firefish
@GeneralBaker
food hygiene inspector enters
"So, what's this?"
"My customer ate my pet rat."
"Good grief! Close your restaurant. How on earth did you manage to get business?!?!"
"It's ok. This customer already destroyed my 1 star review record." @firefish
@GeneralBaker walks in "Where's the Slices of Night?"
Manager: "Leave, this place is closed"
Me: "Aw, now I don't get a slice of night. Well, I guess I'm going to Subway."
plays 4"33'
@firefish Ratatouille confirmed.
@SwaroopBappanad I knew this was going to pop up.
@firefish guys stop cloggin up my notifications
@DynamicSquid Just pretend it was the poopypants guy off spamming again
@DynamicSquid
slice of pizzaindeed@RahulChoubey1
slice of sliceindeed@DynamicSquid help @realTronsi dared me to code in a script font

@firefish why are you exposing me everywhere :(
@realTronsi inviting him
@DynamicSquid HOW MANY CYCLES DID I GET FROM THIS COMMENT AGAIN? 69 that's right i think
@firefish lol. oh I'm working on the interpreter for v4 now and I've encountered a bump. not yet sure if the bump is small, or if the bump is an entire fricking mountain. i'll let you know soon
@DynamicSquid oki, I'll carry on rEmAkInG NiGhT In rUsT grilling apricots on the barbecue
@DynamicSquid NIGHT'S DYNAMICALLY TYPED NOW HELP ME PLOZ GOSH NO OW HELP THE VM DIED OF DEAD @fuzzyastrocat
@firefish I already made a language in Rust https://github.com/DynamicSquid/mirror
@DynamicSquid I saw it, use
cargo
please, theinclude!
macro is ew@DynamicSquid Due to this change, Night will have to be unaffiliated from SoN
@firefish I tried using cargo but it's too complicated. Also I don't have time cause it's for a school project and it's due tomorrow and I have so many buggies to fix
@DynamicSquid
you're done
@firefish what does that command do?
@DynamicSquid creates a new directory called mirror
creates a directory called src inside it
you put your files there
instead of include! you import modules
done
@firefish Lole
@firefish okay so I've been deeply thinking about it and I think it works
@fuzzyastrocat SoN is no longer the Slice Of Night, it just SliceVM now
@firefish Well, that's fine... plenty of langs have a purpose-built vm, like Python
@DynamicSquid oki! just SoN is now SliceVM, and night is nolonger c-style, so yeah a lot to think about
@fuzzyastrocat just removing a lot of night references is reeeeeeeeeee
@DynamicSquid Dang I wish my school projects could be that cool...
@fuzzyastrocat Oh, about lang dev, if I want my lang to be good, it has to be different. Right now, it's very similar to Python. Aside from catching some errors at compile time, what are some interesting things that I could add to Night?
@fuzzyastrocat Yeah, and not to draw out pictures of castles... (our history teacher was generous last year, not so much now)
@fuzzyastrocat No my teacher isn't asking us to build a language lol. My teacher gave out a final assignment and said show me your skills
@DynamicSquid Expressions: anonymus functions.
e.g.
is equivalent to
@firefish Social (or History) is the most boring class ngl
@firefish Lol, history class ≠ art class
@DynamicSquid That's my point... I've never been asked "Show me your skills in relation to this class's subject matter". It's always "here's the project, do this."
@fuzzyastrocat thou hast been pungethed to the new repl
@firefish lambdas? I'm definitly going to add those in, but Python already has those
@fuzzyastrocat Oh lol, that sucks :(
@fuzzyastrocat What language do you do at school? Make a interpreter/compiler for that language and do the assignment in your interpreter/compiler :)
@DynamicSquid You could add:
my_var.some_function
, thesome_function
I'm calling depends on the type ofmy_var
. Well, what if the function depended on the types of all arguments? So, instead of doing:You do something like:
And obviously, you don't have to give a type — doing
def x(y):
would apply toy
of any type.More info on multiple dispatch can be found here.
@DynamicSquid I don't do a language at school. Not even offered.
@fuzzyastrocat What so what do you do in Computer Science class then?
@DynamicSquid There is no computer science class.
str()
andint()
exist in Python, so why can't the types themselves exist as entities? (Or, maybe each type is a function, and when called that function casts the argument to its type. So basically like Python'sint
andstr
functions, but the function itself is used as the type it casts to.)A lang with both the second and third ideas could be cool:
@fuzzyastrocat Wait, you don't have computer science at your school :(
Oh that does seem interesting. I probably will add types as functions
@DynamicSquid Can you come on the fuzpy repl for a sec (not to discuss fuzpy, but just to discuss this)
@fuzzyastrocat so fuzpy WAS a collaboration... hehe
@firefish No, I had invited Squid to show them how a bytecode interpreter works.
@fuzzyastrocat Hm... ok
@firefish You can ask squod if you don't believe me
Hey, @firefish, care to help me on something?
So I checked the GitHub Linguist guide, and in order for them to add syntax highlighting to a user made language, it must be in at least 200 repositories.
For example, this person tried to add their own language, but fell short of the 200 person requirement.
Right now, a total of
NullPointerException
repositories on GitHub are written in Night.Which means we're actually really close. If my math is correct then we only need
200 - 0 = 20
repositories and then we can add a language on GitHub!Now I'm not saying that I want to get 200 people using Night right now. It'll probably take decades, or perhaps never, I'm perfectly fine with that, but I'd be interesting to try...
So got any ideas?
@DynamicSquid Not at 3am I sure don't
@firefish wa
@DynamicSquid You sent me that message at 3am my time, it's 6pm now not a problem
@firefish oh okay
@DynamicSquid and go back to primary school

@DynamicSquid I'm seven hours ahead of you
@firefish Trust me, I'm an expert when doing mhdjgb
@AJDevelopment
Manager: BTW, we didn't lock you in the brainwashing chamber yet. Snek!
Me: Vomits
@LTI2
customer still vomiting, has been for about a minute
ambulance comes
customer get's taken to hospital
@firefish
Customer vomits for another hour
Manager: Be sure to give a one-star review!
@LTI2 Headlines:
Customer gets food poisoning at worst-rated restaurant
@firefish so close to 300 upvotes
@DynamicSquid oh god forgot about this
@firefish but somehow the among us repl took 1st place for highest upvoted posts within the last 3 years
@DynamicSquid l'algorithm dumb
@DynamicSquid haha é snek