Author Topic: Space Impact  (Read 8450 times)

0 Members and 1 Guest are viewing this topic.

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: Space Impact
« Reply #15 on: November 06, 2010, 04:42:54 pm »
That said, make sure your title screen is not like 90% of the entire game file size, though. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Space Impact
« Reply #16 on: November 06, 2010, 04:58:18 pm »
There's so much data that the individual menus barely even register. Less than a third of the total file is used by everything other than data and the game engine.
« Last Edit: November 06, 2010, 05:00:08 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Space Impact
« Reply #17 on: November 06, 2010, 05:01:43 pm »
Lol that's a lot. At least unlike in BASIC, Axe data is generally pretty small, though, same for ASM. In BASIC, each list elements are like 9 bytes each and when stored in the program, they take between 2 and 4 bytes, depending of how large is the number. That said, I personally don't mind if the game is large if it's gonna be a good game, though.
« Last Edit: November 06, 2010, 05:02:29 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Space Impact
« Reply #18 on: November 06, 2010, 05:03:50 pm »
Data is almost exclusively contained within strings. It allows the game to edit the map in real time. But I really hope it's a good game. Too much bloody work for it not to be fun.
« Last Edit: November 06, 2010, 05:05:37 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Space Impact
« Reply #19 on: November 06, 2010, 05:06:12 pm »
Ah ok, well I can't wait to see it ;D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Space Impact
« Reply #20 on: November 06, 2010, 05:08:02 pm »
I know, I'm eager to play it too  ;D

[/not so subtle attempt to promote The Game]
« Last Edit: November 06, 2010, 05:08:35 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

SirCmpwn

  • Guest
Re: Space Impact
« Reply #21 on: November 06, 2010, 05:09:07 pm »
It looks nice!  May I suggest, however, using DispGraphr when moving the rocket on the title screen, to preserve the quality of the title text?

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Space Impact
« Reply #22 on: November 06, 2010, 05:31:52 pm »
that looks really nice!  great job, I can't wait to see more.  ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Space Impact
« Reply #23 on: November 07, 2010, 11:12:26 am »
It looks nice!  May I suggest, however, using DispGraphr when moving the rocket on the title screen, to preserve the quality of the title text?
You see it because it's a slow screenshot. in the actual game, you wont see
Btw, I'll put sound in it. not music, only a "beep-beep" sound when shooting etc.
I'm not a nerd but I pretend:

SirCmpwn

  • Guest
Re: Space Impact
« Reply #24 on: November 07, 2010, 11:16:55 am »
That's a good idea, but you should know that actual music (albeit consisting of beeps :P) is easy and works fine as an interrupt.  Check out this topic.

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: Space Impact
« Reply #25 on: November 07, 2010, 01:30:45 pm »
Does it slows down the game a lot, though?

I wonder if you could play music in an interrupt and normall at the same time, to have some sort of chords, or even have sound effects be played normally when needed and the music through an interrupt?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Space Impact
« Reply #26 on: November 07, 2010, 01:47:15 pm »
I'm not sure that would work too wel.
It does slow down the game, but not too much.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Space Impact
« Reply #27 on: November 07, 2010, 11:32:54 pm »
This sounds neat, aeTIos. :)  Also, the screenies so far look nice. ;D

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: Space Impact
« Reply #28 on: November 09, 2010, 01:22:49 pm »
* DJ Omnimaga wonders how is it progressing now
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Space Impact
« Reply #29 on: November 09, 2010, 02:03:59 pm »
hello omnimagicans,

I coined that. [/offtopic]
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm