Author Topic: [83p] Hero Core  (Read 35115 times)

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [WIP] TI84+ Herocore clone
« Reply #90 on: June 26, 2013, 11:36:25 am »
Looks pretty cool. :D

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #91 on: June 26, 2013, 12:26:14 pm »
It's quite a challenge to pack the same design features in every room at this low resolution, but in the end it will be worth it.
« Last Edit: June 26, 2013, 12:55:37 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [WIP] TI84+ Herocore clone
« Reply #92 on: June 26, 2013, 06:30:10 pm »
Looks very nice so far! Reminds me of Atari 2600 games but platform-based instead of top-down view (most Atari platform games were just one single room) :)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #93 on: June 27, 2013, 02:05:38 pm »
Allright! I just cranked up the max amount of enemy projectiles on screen simultaniously to 20. It seems to work just fine although I don't know what happens when there are 20 projectiles on screen at once. It might lag. It might not.

How many enemies on screen would be ideal? Right now only 6 enemies can be onscreen simultaniously. I figured 8 would be enough. I can change it easily if I need to.

Edit: Here's a mockup on one of the bosses:
There are 11 main bosses in the original game. There is no way I'm going to put all of them in the calc version just because every boss requires a lot of code for the patterns. I might just pick 3-4 and re-use them with different sprites and difficulty.
« Last Edit: June 27, 2013, 04:03:13 pm by Keoni29 »
If you like my work: why not give me an internet?








Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #94 on: June 28, 2013, 04:02:51 am »
Allright. Tonight I figured out what caused that weird bug with the fireing-in-blocks-kills-you thing.
I noticed that if you shoot a bullet and the instance destroys when it's still within the player's collision box you get hit by the destroyed bullet 65535 times. This is because it is not being checked if the bullet exists before it checks a collision with the player. I fixed it this morning. Now I don't have to check if the player is stuck in a wall and prevent it from fireing inside of a wall anymore since the code is now fixed.

Edit: I might do some work on the projectile code first, but I hope to write some code for bossfights soon. Bosses in Hero Core have weakspots and I'd like to re-use the enemy code for those weakspots, so the weakspots are basically enemies that are placed relative to the boss. The rest of the boss will be indestructible. The bosses in herocore do not have super complex patterns but implementing all of them is going to be tough.
« Last Edit: June 28, 2013, 04:26:54 am by Keoni29 »
If you like my work: why not give me an internet?








Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: [WIP] TI84+ Herocore clone
« Reply #95 on: June 28, 2013, 05:42:03 pm »
Hooray for smashing bugs! \o/

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #96 on: June 28, 2013, 06:45:11 pm »
Yeah. It was a game-breaking bug that occured occasionally and it took me some time to figure out what was happening.
If you like my work: why not give me an internet?








Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: [WIP] TI84+ Herocore clone
« Reply #97 on: June 30, 2013, 09:41:31 pm »
Looks very nice! :D

Just make sure that the bosses are beatable at all, though. :P

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #98 on: July 06, 2013, 07:14:28 am »
New wall tiles. The original game had plain white tiles for walls, but I think given the low resolution I should put more detail into individual tiles. Wall tiles are new.
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [WIP] TI84+ Herocore clone
« Reply #99 on: July 06, 2013, 07:29:26 am »
Nice ! The save point looks pretty cool too. :D I wish I were good at pixel art. D:

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #100 on: July 06, 2013, 07:31:30 am »
I spent about 15 minutes teaking the wall texture so it did not look weird when tiled or used as a single block. You can learn this, but it requires a lot of time and patience.
« Last Edit: July 06, 2013, 07:31:53 am by Keoni29 »
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [WIP] TI84+ Herocore clone
« Reply #101 on: July 06, 2013, 07:33:45 am »
I guess it does.
What are the wall tiles supposed to represent ? Is the world some sort of cave ? I never played Herocore.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: [WIP] TI84+ Herocore clone
« Reply #102 on: July 06, 2013, 07:36:51 am »
These are not tiles found in the original herocore. As I said the walls in herocore are just plain white blocks, but because of the level design it can represent anything. Sometimes the level looks like a cave and sometimes it looks like a metal structure. Because I do not have large rooms I have to make the tiles suggest which environment the player is in. The rocky tiles are for natural environments including caves.

In herocore you enter a large asteroid with a fortress inside. The fortified room containing the final boss is surrounded by caves, factories and different zones. In these area's you find a boss which give you items upon death which make it easier to progress. Once you arrive at the last boss your chance of survival depends on your skill and the amount of items that you have collected from bosses. (you do not have to defeat them all to get to the last boss, but the boss is easier to defeat with your stats maxed out)
« Last Edit: July 06, 2013, 07:40:43 am by Keoni29 »
If you like my work: why not give me an internet?








Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: [WIP] TI84+ Herocore clone
« Reply #103 on: July 06, 2013, 07:40:10 am »
OK thanks for the breakdown. :) I hope you have some progress behind the scenes. :D

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [WIP] TI84+ Herocore clone
« Reply #104 on: July 06, 2013, 06:16:34 pm »
Ui, I like those new wall tiles, nice job on 'em! :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!