Discuss Scratch

kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

Country Clash: The Game


Hello there! Country Clash: The Game is a 2D game developed off-Scratch, with Godot 3.x versions (Minimum recommended version: 3.4; Maximum recommended version: 3.4.4. Pre-release versions of Godot, e.g. BETA 3.5, and Godot 4.x versions, e.g. 4.0, are not supported). If you would like to join in and help with development, feel free to sign up below, with this form:
Username:
GitHub Username:
Position(s) you want:
Have you read the rules:
Other:

Here are the available positions, along with the people in them:
GDScript Programmers:
@Kkidslogin/TheMowgliMan
@ScratchCatHELLO/3quarterscolon
@Catman2197/Namesniping
C++ Programmers:
Pixel Artists:
@Kkidslogin/TheMowgliMan
@ScratchCatHELLO/3quarterscolon
HD Artists:
@ScratchCatHELLO/3quarterscolon
Musicians:
@Kkidslogin/TheMowgliMan
Sound Effects:
@Kkidslogin/TheMowgliMan
@ScratchCatHELLO/3quarterscolon
Ideas/Guidance:
@Kkidslogin/TheMowgliMan
@ScratchCatHELLO/3quarterscolon
@Catman2197/Namesniping

Notice that I'm present in more than one slot? That's permitted.

Also notice there are no leadership positions. Everyone has an equal say. If we cannot come to an agreement, we take a vote to decide, and the choice with the most votes is followed.

Here are the rules:
  • As always, follow the CG, even on GitHub. You can mention pertinent apps that Scratch dislikes, however.
  • You need a GitHub account. I'm sorry, you really do need one. It's easy to get one however.
  • As mentioned above, everyone has an equal say in the outcome of this project. If you didn't see it, here is it restated:
  • Also notice there are no leadership positions. Everyone has an equal say. If we cannot come to an agreement, we take a vote to decide, and the choice with the most votes is followed.
  • Don't revert changes that have been approved, unless you have a good reason.

Link To Github

Requirements Of Finished product:

  1. Must run minimum FPS of 30 at minimum settings, 1600x900, on old hardware (System used for this qualification: AMD A6-6310 Mobile, AMD r4 Graphics, or older, or Intel/Nvidia equivalent).
  2. Must run minimum FPS of 30 at maximum settings, 1080p on new, lower-end hardware (System used for this qualification: AMD 5600g, AMD VEGA 8 Graphics, or equivalent (Intel 10400F, Nvidia GT 1030) or below).
  3. Must NOT use 3rd-party extensions, unless they are CC0 (Public Domain) or GPL v3.0, or they do not affect the final product (e.g. a plugin to view TODOs)

Last edited by kkidslogin (May 22, 2022 16:59:20)

ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

hm okay

might join this later, once I’ve set my computer back up.

one thing though: I’ve never used Godot before. how does collaboration work? like, how do you export unbuilt files? does it mesh with github? (edit: I read the website, it does)

Last edited by ScratchCatHELLO (May 21, 2022 15:05:35)

ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

I also have some questions about the design. do you have sketches of what you want to game to be like? what sort of genre is it? what is the gameplay like? what sort of aesthetic are you going for? what map are we using?

Last edited by ScratchCatHELLO (May 21, 2022 15:06:40)

ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

I don’t think this is an Advanced Topics sort of thing. maybe Collaborations instead?
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

ScratchCatHELLO wrote:

I don’t think this is an Advanced Topics sort of thing. maybe Collaborations instead?
I picked ATs bc I wanted off-Scratch coders. I'll respond to the resto of the questions later.
ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

Username: ScratchCatHELLO
GitHub Username: 3quarterscolon
Position(s) you want: GDScript programmer, Artist (Either), Sound Effects
Have you read the rules: yes
Other: amongsus
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

ScratchCatHELLO wrote:

Username: ScratchCatHELLO
GitHub Username: 3quarterscolon
Position(s) you want: GDScript programmer, Artist (Either), Sound Effects
Have you read the rules: yes
Other: amongsus
Accepted! Now I'll answer your questions:

ScratchCatHELLO wrote:

hm okay

might join this later, once I’ve set my computer back up.

one thing though: I’ve never used Godot before. how does collaboration work? like, how do you export unbuilt files? does it mesh with github? (edit: I read the website, it does)
It can mesh with GitHub, if you're slightly lazy like me you just use GitHub desktop. Godot is a reasonably simple game engine that is quite fast and supports old hardware. It's main language, GDScript, is like Python in some ways. The other language this project may use, C++, is what Godot is written in, and is much faster than GDScript, while being more complex.

ScratchCatHELLO wrote:

I also have some questions about the design. do you have sketches of what you want to game to be like? what sort of genre is it? what is the gameplay like? what sort of aesthetic are you going for? what map are we using?
It's primarily a higher-res pixel art game, with more HD art for menus and stuff. As for a genre… I dunno. I am horrible with Genres and I hardly know any for anything. I'm thinking a tilemap-based game that uses ones rotated 45 degrees like OpenTTD: https://www.openttd.org/screenshots/1.3-03-opengfx-1920x1200.png. I don't think I'll use Isometric textures, but it's possible. A city can be marked o… Actually, I'll throw together a mockup. Be one moment.
ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

kkidslogin wrote:

ScratchCatHELLO wrote:

Username: ScratchCatHELLO
GitHub Username: 3quarterscolon
Position(s) you want: GDScript programmer, Artist (Either), Sound Effects
Have you read the rules: yes
Other: amongsus
Accepted! Now I'll answer your questions:

ScratchCatHELLO wrote:

hm okay

might join this later, once I’ve set my computer back up.

one thing though: I’ve never used Godot before. how does collaboration work? like, how do you export unbuilt files? does it mesh with github? (edit: I read the website, it does)
It can mesh with GitHub, if you're slightly lazy like me you just use GitHub desktop. Godot is a reasonably simple game engine that is quite fast and supports old hardware. It's main language, GDScript, is like Python in some ways. The other language this project may use, C++, is what Godot is written in, and is much faster than GDScript, while being more complex.

ScratchCatHELLO wrote:

I also have some questions about the design. do you have sketches of what you want to game to be like? what sort of genre is it? what is the gameplay like? what sort of aesthetic are you going for? what map are we using?
It's primarily a higher-res pixel art game, with more HD art for menus and stuff. As for a genre… I dunno. I am horrible with Genres and I hardly know any for anything. I'm thinking a tilemap-based game that uses ones rotated 45 degrees like OpenTTD: https://www.openttd.org/screenshots/1.3-03-opengfx-1920x1200.png. I don't think I'll use Isometric textures, but it's possible. A city can be marked o… Actually, I'll throw together a mockup. Be one moment.

I mean, is it a grand strategy game (eg. Hearts of Iron 4), or something else, like an exploration game?
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

ScratchCatHELLO wrote:

kkidslogin wrote:

ScratchCatHELLO wrote:

Username: ScratchCatHELLO
GitHub Username: 3quarterscolon
Position(s) you want: GDScript programmer, Artist (Either), Sound Effects
Have you read the rules: yes
Other: amongsus
Accepted! Now I'll answer your questions:

ScratchCatHELLO wrote:

hm okay

might join this later, once I’ve set my computer back up.

one thing though: I’ve never used Godot before. how does collaboration work? like, how do you export unbuilt files? does it mesh with github? (edit: I read the website, it does)
It can mesh with GitHub, if you're slightly lazy like me you just use GitHub desktop. Godot is a reasonably simple game engine that is quite fast and supports old hardware. It's main language, GDScript, is like Python in some ways. The other language this project may use, C++, is what Godot is written in, and is much faster than GDScript, while being more complex.

ScratchCatHELLO wrote:

I also have some questions about the design. do you have sketches of what you want to game to be like? what sort of genre is it? what is the gameplay like? what sort of aesthetic are you going for? what map are we using?
It's primarily a higher-res pixel art game, with more HD art for menus and stuff. As for a genre… I dunno. I am horrible with Genres and I hardly know any for anything. I'm thinking a tilemap-based game that uses ones rotated 45 degrees like OpenTTD: https://www.openttd.org/screenshots/1.3-03-opengfx-1920x1200.png. I don't think I'll use Isometric textures, but it's possible. A city can be marked o… Actually, I'll throw together a mockup. Be one moment.

I mean, is it a grand strategy game (eg. Hearts of Iron 4), or something else, like an exploration game?
The goal with this game is, essentially, to recreate CCRPIV in video game form. So major parts of the game would be war, exploration, and treaties (albiet THAT system will take a while to work out).

I forgot to address the map question, for that I'm thinking we'll use a tilemap, so we can have maps be saved as files. Thus, we could easily create maps emulating CCRPIV, CCRPIII, CCRPII, CCRP, The World, or any other map of our choice.
ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

kkidslogin wrote:

ScratchCatHELLO wrote:

kkidslogin wrote:

ScratchCatHELLO wrote:

Username: ScratchCatHELLO
GitHub Username: 3quarterscolon
Position(s) you want: GDScript programmer, Artist (Either), Sound Effects
Have you read the rules: yes
Other: amongsus
Accepted! Now I'll answer your questions:

ScratchCatHELLO wrote:

hm okay

might join this later, once I’ve set my computer back up.

one thing though: I’ve never used Godot before. how does collaboration work? like, how do you export unbuilt files? does it mesh with github? (edit: I read the website, it does)
It can mesh with GitHub, if you're slightly lazy like me you just use GitHub desktop. Godot is a reasonably simple game engine that is quite fast and supports old hardware. It's main language, GDScript, is like Python in some ways. The other language this project may use, C++, is what Godot is written in, and is much faster than GDScript, while being more complex.

ScratchCatHELLO wrote:

I also have some questions about the design. do you have sketches of what you want to game to be like? what sort of genre is it? what is the gameplay like? what sort of aesthetic are you going for? what map are we using?
It's primarily a higher-res pixel art game, with more HD art for menus and stuff. As for a genre… I dunno. I am horrible with Genres and I hardly know any for anything. I'm thinking a tilemap-based game that uses ones rotated 45 degrees like OpenTTD: https://www.openttd.org/screenshots/1.3-03-opengfx-1920x1200.png. I don't think I'll use Isometric textures, but it's possible. A city can be marked o… Actually, I'll throw together a mockup. Be one moment.

I mean, is it a grand strategy game (eg. Hearts of Iron 4), or something else, like an exploration game?
The goal with this game is, essentially, to recreate CCRPIV in video game form. So major parts of the game would be war, exploration, and treaties (albiet THAT system will take a while to work out).

I forgot to address the map question, for that I'm thinking we'll use a tilemap, so we can have maps be saved as files. Thus, we could easily create maps emulating CCRPIV, CCRPIII, CCRPII, CCRP, The World, or any other map of our choice.

so basically an indie, simpler version of Europa Universalis with a different map? sounds good to me. I’ve always wanted to make something like this.
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

ScratchCatHELLO wrote:

kkidslogin wrote:

-snip-

so basically an indie, simpler version of Europa Universalis with a different map? sounds good to me. I’ve always wanted to make something like this.
Nice. If you were wondering, I decided on this small-indie-game-or-minor-open-source-thing of having no leadership positions, bc when a major leader goes inactive he'll often make the rest of the project go inactive as well. So I did this, as we're unlikely to get more then 10 members anyways.
ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

kkidslogin wrote:

ScratchCatHELLO wrote:

kkidslogin wrote:

-snip-

so basically an indie, simpler version of Europa Universalis with a different map? sounds good to me. I’ve always wanted to make something like this.
Nice. If you were wondering, I decided on this small-indie-game-or-minor-open-source-thing of having no leadership positions, bc when a major leader goes inactive he'll often make the rest of the project go inactive as well. So I did this, as we're unlikely to get more then 10 members anyways.

yeah, I read that.
roitwell
Scratcher
18 posts

Country Clash: The Game

I have no experience with Github/Godot, but I can likely try to learn it and I think since I've helped develop the features of CCRP I could help you make a list of necessary features or otherwise cool things. I've considered such a game before but never had the skill to attempt to make it. So if you want some help with overall outline I can help with that! A CCRP in video game form would be far better than text or any basic strategy game. The armies that could be commanded, Units to be made, Cities to be built, the exploration etc.
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

roitwell wrote:

I have no experience with Github/Godot, but I can likely try to learn it and I think since I've helped develop the features of CCRP I could help you make a list of necessary features or otherwise cool things. I've considered such a game before but never had the skill to attempt to make it. So if you want some help with overall outline I can help with that! A CCRP in video game form would be far better than text or any basic strategy game. The armies that could be commanded, Units to be made, Cities to be built, the exploration etc.
Thanks!

Lol, with a little modification, that could be our slogan: The armies that could be commanded, Units to be made, Cities to be built, the Lands to explore!

EDIT: I added an ideas section if you want to sign up. Then again, you're the Head Admin; maybe you should be automatically added. Ah well, everybody has to sign up.

Last edited by kkidslogin (May 22, 2022 16:05:56)

CatMan2197
Scratcher
22 posts

Country Clash: The Game

I finally got a chance to take a look at this, and the premise is a great one though it'd be hard to pull off some of the CCRP IV mechanics. I have a good grasp of Python though, and know GDScript is similar, so since I'm not too scared of learning slightly different syntaxes and have a bit of experience with GitHub I'm going to apply.

Username: CatMan2197
GitHub Username: Namesniping
Position(s) you want: GDScript Programmer, Ideas/Guidance
Have you read the rules: Yes
Other: I won't be able to do much until after the summer, since I will ironically have far more time in the fall to participate in Scratch and have many priority tasks for CCRP IV in the summer.
Wolfieboy09
Scratcher
100+ posts

Country Clash: The Game

Sounds Intresting
kkidslogin
Scratcher
1000+ posts

Country Clash: The Game

CatMan2197 wrote:

I finally got a chance to take a look at this, and the premise is a great one though it'd be hard to pull off some of the CCRP IV mechanics. I have a good grasp of Python though, and know GDScript is similar, so since I'm not too scared of learning slightly different syntaxes and have a bit of experience with GitHub I'm going to apply.

Username: CatMan2197
GitHub Username: Namesniping
Position(s) you want: GDScript Programmer, Ideas/Guidance
Have you read the rules: Yes
Other: I won't be able to do much until after the summer, since I will ironically have far more time in the fall to participate in Scratch and have many priority tasks for CCRP IV in the summer.
Accepted!
skymover1239
Scratcher
500+ posts

Country Clash: The Game

So is this like a WW2 RTS game?
ScratchCatHELLO
Scratcher
1000+ posts

Country Clash: The Game

skymover1239 wrote:

So is this like a WW2 RTS game?

eh, sorta kinda. not WW2 themed, and not based primarily on war.
skymover1239
Scratcher
500+ posts

Country Clash: The Game

ScratchCatHELLO wrote:

skymover1239 wrote:

So is this like a WW2 RTS game?

eh, sorta kinda. not WW2 themed, and not based primarily on war.
Hmm okay. Then what would be a good description of the game?

Powered by DjangoBB