Author Topic: [Contest 2013][Axe] OmniBlade (formerly "Unnamed SHMUP")  (Read 5286 times)

0 Members and 1 Guest are viewing this topic.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
[Contest 2013][Axe] OmniBlade (formerly "Unnamed SHMUP")
« on: November 02, 2013, 12:04:12 pm »
I was not sure I could get enough progress done quickly enough due to weird homework (like homework you have to do with someone else, random scheduling and all...) so I didn't post about it until it looked like something.

So now it looks like something. Basically, an arcade SHMUP. If I have enough motivation skills time, I planned to add elements that are not really in SHMUPs usually, but I don't say too much about it because I probably won't be able to put them.

So anyway, you have enemies, you kill them. Easy to understand, not so easy to do.
Well for now, it is easy since they don't shoot at you. But they will, don't worry about that.

Screenshot of my progress:


And screenshots of random bugs I got while coding that, in spoiler.

Spoiler For Spoiler:


« Last Edit: November 30, 2013, 09:22:54 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #1 on: November 02, 2013, 01:19:42 pm »
look great  :D especially like how the enemies are moving.
AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

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: [Contest 2013][Axe] Unnamed SHMUP
« Reply #2 on: November 02, 2013, 01:24:49 pm »
Yeah, i also like how they are wiggling around, nice job!

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

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #3 on: November 02, 2013, 02:08:07 pm »
Thanks for the support :)

Now, quick question: what is the best death system for the player? Die when health reaches zero or die in one shot but have several lives (note that there will be a way to get lives/health during the game) ?
« Last Edit: November 02, 2013, 02:09:28 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #4 on: November 02, 2013, 07:47:04 pm »
I'd say single shot death with lives.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #5 on: November 03, 2013, 02:11:02 am »
I'd say single shot death with lives.
I was in favor of that too. I'll do that then.

Also, I am working on the non-SHMUP elements right now because if I don't add them, my game is useless. So you'll probably have a Simon game to upgrade your weapon and a Memory game to get lives. Yay to random gameplay !
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #6 on: November 04, 2013, 06:57:46 am »
Some update on my progress.
Enemies can shoot (but you can't die yet lol).
There will be inverted and non-inverted modes for people who want to see better and people who want to save batteries.
The memory works. I just have to link it to the SHMUP part.

I have to hurry a bit if I want to finish that before the deadline o.o°

Also, to answer Matrefeytontias's question (which he never asked), yes, this is 6MHz.

(And if someone has an idea for a name, I may take it. I'd prefer the name to finish with "blade" for some reason, like SkyBlade, but that name seems to be already taken).

edit yeah, I am not good at that memory game.
edit 2 for curious people, the game is now 3336 bytes large.
« Last Edit: November 04, 2013, 06:59:37 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

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: [Contest 2013][Axe] Unnamed SHMUP
« Reply #7 on: November 04, 2013, 08:01:07 am »
Blinking Cursor O.O

Anyways, the game is looking awesome :D

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

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #8 on: November 04, 2013, 11:41:36 am »
I never asked yeah ... And I would be worrying if this was 15MHz. Aside from that it looks real good :)
« Last Edit: November 04, 2013, 11:42:40 am by Matrefeytontias »

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #9 on: November 04, 2013, 12:03:55 pm »
Blinking Cursor O.O
Lol, yeah, I didn't know what to put here.

And I would be worrying if this was 15MHz.
Well, you only see the screenshot, but I can tell you it is fast on calc. I was surprised myself when I put it on my 84+SE, it doesn't seem as easy as on the screenshot. Fortunately enemy bullets do no harm for now lol.

Anyways, the game is looking awesome :D
Aside from that it looks real good :)
Thanks :)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #10 on: November 04, 2013, 04:51:54 pm »
Some update on my progress again. The Simon game is working.
Now I need to implement lives, a weapon-upgrade system and link them to the minigames.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

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: [Contest 2013][Axe] Unnamed SHMUP
« Reply #11 on: November 05, 2013, 05:37:12 am »
Looking awesome :D

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

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #12 on: November 05, 2013, 09:05:28 am »
you can do it! just hurry!

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] Unnamed SHMUP
« Reply #13 on: November 05, 2013, 05:14:56 pm »
I just sent mine, if I didn't get the email address wrong. Waiting for the confirmation email.
I hope I'll be second or third, that 83+SE really is awesome and that tee-shirt, well it has Omnimaga on it, can't be wrong, and I already have a CSE.

edit Also, I called that thing OmniBlade lol.
edit 2 Got the email already. Can get some sleep after that rush to the deadline...
« Last Edit: November 05, 2013, 05:22:56 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: [Contest 2013][Axe] OmniBlade (formerly "Unnamed SHMUP")
« Reply #14 on: November 30, 2013, 09:27:13 am »
I attach here a version that fixes two graphical annoyances:
  • The Memory bar always fills itself instead of filling/unfilling
  • The Simon bar doesn't fill more than the space it has

I don't know if Lives are fixed or not, I may have fixed it weeks ago or I may not.

I also added a better Titlescreen+Menu.

Keep in mind though that those annoyances exist when voting.
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s