We will use your art if we need to.
On second thought we might not be able to use your intro CodaKnight unless you are willing to add the intro to the games yourself and send it to me because this code is mostly javascript and in block mode it way more complex and to add to our other games might be a pain
@YamJam remember to do the entry poll so we know youāve officially joined.
Whatās a Metroidvania?
Current members are:
@LazerTag2 @CodaKnight @VoxelMaster64 @Vital @Sword_Studios and @Air and @Hulahoop @YamJam
Ok Since my comment was destroy we will work the new main game
Coders - (@CodaKnight, @LazerTag2, and @VoxelMaster64), help debug this
Story Makers - (@Vital and @Air) I will send you more lore just try to add more lore and work with @CodaKnight to make some NPC Lore and name the NPCs @CodaKnight makes
@CodaKnight - Draw some NPCs with the Story Makers
@YamJam - Watch everyoneās work and do make melodies, songs, etc
- Im done with the work
- Im doing the work
- Hate this and finish the work
- Love this and finished the work
- Idk but I Wana join
Thank you @kirbob
It took a while to figure out the math and how to copy the sprites while not making it lag. I forgot I couldāve used the easing extension I think lol.
The only thing I would improve is not making the fading parts so long.
Going to make some changes to the code and adding the intro right now! After that, Iāll draw the NPCs and talk about it.
Progress made!
Okay, so as of posting this and releasing Squishia 1 v1.00001, Iāve made some progress on the actual redesigning for the intro, palette design, and code format. I didnāt add anything to the actual game and I havenāt fixed the bug with it yet.
Progress:
- Added intro that palette is bugged
- Moved the code into JS/TS and reorganized it
- Added lots of extensions that will probably be needed.
Iāve fixed the bug and sorted everthing/made them better!
(actually the first thing I did was fix a few issues and sort it, which accidentally fixed the bug)
Yall remind me of paper cut studios which was the one I was in. We also made an intro. Or at least I did ish not really
if since Iām not coding no more. All Iāll do is give ideas when yāall need em
A Metroidvania is a type of game that focuses on exploration and discovery. The game loop revolves mainly around finding a secrets, which gives you a key to another area, where you find more secrets in a giant map of interconnected areas. These keys are usually disguised as abilities, for example there might be a large wall that you must get double jump to pass.
Modern examples of this genre are Hollow Knight Silksong and the like, but the genre has ancient roots in both Super Metroid and Castlevania, hence the name.
think hollow knight, subnatica, ect, a game where you progress at your own pace and where thereās lots of optional content and stuff
Few weeks, 10k trophies⦠How?
What is the game about?
Hey, if @VoxelMaster64 , or @LazerTag2 can help me with a bug, that would be much appreicated!
Bug:
Iām using a color palette for the intro to match the style weāre going for. I didnāt change the original palette since I donāt wanna mess up with the colors when doing pixel art, but thereās a problem with it:
Iām using this to fade during the intro and set the sword palettes:
namespace color {
//% fixedInstance whenUsed block="Intro"
export const IntroColor = hexArrayToPalette([
parseColorString("#F2F2F2"),
parseColorString("#ECECEE"),
parseColorString("#DCDDE1"),
parseColorString("#F19900"),
parseColorString("#CD8406"),
parseColorString("#F4B851"),
parseColorString("#F7CD85"),
parseColorString("#FFFFFF"),
parseColorString("#87F2FF"),
parseColorString("#8E2EC4"),
parseColorString("#6D4838"),
parseColorString("#ECECEE"),
parseColorString("#885A46"),
parseColorString("#000000"),
parseColorString("#000000")
])
}
The values are all shifted (I think) by one since itās in an array. I really donāt know how to fix this and I tried to add another #000000 to the front, but it still didnāt look the same. I also copied the palette and images from the original intro animation I made so I donāt think itās the images or palette. I just need help with it so the palette and swords look fine.
*Note: The code for that example is in the file ācolorEnumā
Project:*
A Metroidvania is an exploration-focused action game where you gradually unlock new abilities that let you reach places you couldnāt access before. Instead of completing levels one by one, you explore one big connected world, backtrack to earlier areas with new powers, and discover secrets, upgrades, and shortcuts.
Some well-known examples are:
- Hollow Knight
- Ori and the Blind Forest
- Super Metroid
- Castlevania: Symphony of the Night
@thewizardgnome did you join?
Thank you so much! I needed this for so long and I just could not find out what was wrong. So all I needed to do was use an enumerator?