Discuss Scratch

Tiger_Person
Scratcher
100+ posts

Blitzkrieg || Join Today! (Rescripting)

--cherrykitty-- wrote:

Codingland wrote:

--cherrykitty-- wrote:

Hi, may I please ask, what is this game about? Like I see that you are trying to make some enemy AI. I am thinking of making it multiplayer. Is it ok if I join and give you a hand in that? You can find all my cloud projects in @–cherrykitty–'s cloud projects, which can be found on my PF.
Ok, though it will need to be large and offline players will need to be replaced with AI.
We will also need a teaming system for the players.

Here is what the game is all about:

Codingland wrote:

WW3 broke out and there was heavy fighting at a string of islands in the Atlantic.
You were sent out in a battleship to fight.
You are going to be able to gain more ships, aircraft, and tanks.
Choose a side and fight in Naval Battle
Ok, I am experimenting with expanding server size so if you need more players, then AI will just be slotted in as well, so that there are some real players, but also mixed with AI. I assume the AI will not be using any pick random? Because I am counting on the AI to not need any cloud vars.
We probably won't use cloud variables for the AI.

oof
MelonMars
Scratcher
43 posts

Blitzkrieg || Join Today! (Rescripting)

Tiger_Person wrote:

We probably won't use cloud variables for the AI.
Probably not, yeah.

Tiger_Person wrote:

Great, how do you want to split it up?
Probably something like:
-Pathfinding
~How the bot figures out how not to crash
~The bot knowing the best and most efficent way to get somewhere
-shooting
~Bombs and guns
-Spawning
~What side does it come from
-Logic
~Ditching
~Not going into a big battle
-Being fun
~Not third partying
~
(pick random () to (10))
to prevent it from being OP

Last edited by MelonMars (Jan. 11, 2021 14:10:57)

MelonMars
Scratcher
43 posts

Blitzkrieg || Join Today! (Rescripting)

Will there be torpedos from AI ships or planes?
UnfunnyDuck
Scratcher
45 posts

Blitzkrieg || Join Today! (Rescripting)

I'd like to be a coder, if you have enough already I can do art also.






“Nothing happens by accident.”
-Qui Gon Jinn
Tiger_Person
Scratcher
100+ posts

Blitzkrieg || Join Today! (Rescripting)

MelonMars wrote:

Tiger_Person wrote:

We probably won't use cloud variables for the AI.
Probably not, yeah.

Tiger_Person wrote:

Great, how do you want to split it up?
Probably something like:
-Pathfinding
~How the bot figures out how not to crash
~The bot knowing the best and most efficent way to get somewhere
-shooting
~Bombs and guns
-Spawning
~What side does it come from
-Logic
~Ditching
~Not going into a big battle
-Being fun
~Not third partying
~
(pick random () to (10))
to prevent it from being OP
Ok, what do you want to do? I'm fine with anything, so whatever you prefer is fine with me. We should probably do pathfinding first, so whoever does pathfinding can do their project, and then we can remix each others and go from there.

oof
--cherrykitty--
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

@MelonMars, the use of pick random means that I will need to use CVs to sync the position of the AI on everyone's screens! That will mean that AI will need their own CV as well!

There is more siggy after this! Highlight this and hit shift+down

Hi, I am –cherrykitty–!

Although I may seem new, I've actually been on the offline editor for some time already.

Feel free to ask me any questions on my profile!

I am working at a couple shops.


And I am now on a few collabs!
Online cloud quiz creator

Onscratch-a scratch social media
MelonMars
Scratcher
43 posts

Blitzkrieg || Join Today! (Rescripting)

--cherrykitty-- wrote:

@MelonMars, the use of pick random means that I will need to use CVs to sync the position of the AI on everyone's screens! That will mean that AI will need their own CV as well!
CV? WHat is a CV? Sorry.

Last edited by MelonMars (Jan. 12, 2021 12:32:36)

Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

MelonMars wrote:

--cherrykitty-- wrote:

@MelonMars, the use of pick random means that I will need to use CVs to sync the position of the AI on everyone's screens! That will mean that AI will need their own CV as well!
CV? WHat is a CV? Sorry.
Cloud Variable


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



MelonMars
Scratcher
43 posts

Blitzkrieg || Join Today! (Rescripting)

O

Codingland wrote:

MelonMars wrote:

--cherrykitty-- wrote:

@MelonMars, the use of pick random means that I will need to use CVs to sync the position of the AI on everyone's screens! That will mean that AI will need their own CV as well!
CV? WHat is a CV? Sorry.
Cloud Variable
Thanks.
Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

Tiger_Person wrote:

MelonMars wrote:

Tiger_Person wrote:

We probably won't use cloud variables for the AI.
Probably not, yeah.

Tiger_Person wrote:

Great, how do you want to split it up?
Probably something like:
-Pathfinding
~How the bot figures out how not to crash
~The bot knowing the best and most efficent way to get somewhere
-shooting
~Bombs and guns
-Spawning
~What side does it come from
-Logic
~Ditching
~Not going into a big battle
-Being fun
~Not third partying
~
(pick random () to (10))
to prevent it from being OP
Ok, what do you want to do? I'm fine with anything, so whatever you prefer is fine with me. We should probably do pathfinding first, so whoever does pathfinding can do their project, and then we can remix each others and go from there.
Many AI are fighting in the big battles. Ships and Tanks don't have bombs, only aircraft do.


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

UnfunnyDuck wrote:

I'd like to be a coder, if you have enough already I can do art also.
Yeah, we kinda have too many. Could you be an artist?


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

I added shadows to fighters in the game


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



MelonMars
Scratcher
43 posts

Blitzkrieg || Join Today! (Rescripting)

I'll have to take a quick break from this collab, cause school.




And I'm trying to get an outside of scratch game I'm working on to go on steam.

Last edited by MelonMars (Jan. 12, 2021 15:28:02)

chessoctopus9
Scratcher
48 posts

Blitzkrieg || Join Today! (Rescripting)

Codingland wrote:

I added shadows to fighters in the game
Nice!


Backrooms game: https://scratch.mit.edu/projects/411400740/
WARNING! Evil Kumquats Beware! Do not eat my signature or I will eat you back!
Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

MelonMars wrote:

I'll have to take a quick break from this collab, cause school.




And I'm trying to get an outside of scratch game I'm working on to go on steam.
Ok @MelonMars, once you come back, tell me


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



Tiger_Person
Scratcher
100+ posts

Blitzkrieg || Join Today! (Rescripting)

Actually, may I take a quick break to? School is getting kind of stressful right now and I don't want this to add on to the load. I'll try and come back as soon as possible and ready to work!

oof
Codingland
Scratcher
500+ posts

Blitzkrieg || Join Today! (Rescripting)

o

Tiger_Person wrote:

Actually, may I take a quick break to? School is getting kind of stressful right now and I don't want this to add on to the load. I'll try and come back as soon as possible and ready to work!
ok


Hello! I'm Codingland! I like to make games and I love to code!
I have more siggy! Ctrl+Shift+down this text!

Play my latest game! CCM (Codingland's Cloud Multiplayer)


Play Cubit here! (click the image)




Fun Fact:
The first coding language I ever learned was Scratch



Tiger_Person
Scratcher
100+ posts

Blitzkrieg || Join Today! (Rescripting)

Ok, I'm back.

oof
chessoctopus9
Scratcher
48 posts

Blitzkrieg || Join Today! (Rescripting)

Tiger_Person wrote:

Ok, I'm back.
Nice


Backrooms game: https://scratch.mit.edu/projects/411400740/
WARNING! Evil Kumquats Beware! Do not eat my signature or I will eat you back!
Tiger_Person
Scratcher
100+ posts

Blitzkrieg || Join Today! (Rescripting)

Can you ask someone else to do the AI? It's a bit confusing for me as I haven't had much practice with this before.

oof

Powered by DjangoBB