Author Topic: A couple sprites/title screen  (Read 4114 times)

0 Members and 1 Guest are viewing this topic.

_player1537

  • Guest
A couple sprites/title screen
« on: September 01, 2010, 07:02:47 pm »
Working on a small pong game in C.  Could I get some better paddle, and ball sprites than what I threw together in 5 seconds?  Also a nice title screen would be cool :)  If possible the title screen would need:
-Play game
-difficulty < x >
-Exit


Thanks in advance :)

Edit: Totally forgot, 16 level greyscale 320x240
« Last Edit: September 01, 2010, 11:06:21 pm by _player1537 »

Offline Magic Banana

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 371
  • Rating: +77/-1
  • It's not an apple, it's a ... magic banana.
    • View Profile
Re: A couple sprites/title screen
« Reply #1 on: September 07, 2010, 03:13:59 pm »
Here ya go. I made these to go with a black background, since that is that pong was.  ;)  I can probably get to a title screen too.

EDIT:Here's the title. It's kinda plain, but then again, it is Pong , so it actually works out.
« Last Edit: September 07, 2010, 03:40:07 pm by Magic Banana »
I do sprites and stuff, so yeah.

Quote from: yunhua98
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: A couple sprites/title screen
« Reply #2 on: September 07, 2010, 03:39:21 pm »
I don't think it is worth it to do a title screen at 320x240.  It adds a massive amount of memory to the program (about 30K, if I am not mistaken).  A better idea would be to use sprites used by the program, or simply draw smaller sprites to the screen (or mask them with a background).  That is what I am doing for Block Dude (which will be with the next update when I change to passwords you actually type in).


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: A couple sprites/title screen
« Reply #3 on: September 07, 2010, 03:48:20 pm »
O.O

really? Darn that's big... I agree with apcalc, though. One thing I would do is draw the Pong word/effects plus the rest of the text as sprites, but the entire black area should not be sprite data.

Offline Magic Banana

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 371
  • Rating: +77/-1
  • It's not an apple, it's a ... magic banana.
    • View Profile
Re: A couple sprites/title screen
« Reply #4 on: September 07, 2010, 03:55:32 pm »
Alright, well here's just the title and the extra balls for that cool effect. I guess you can just use whatever type the Nspire has for the menu items.
I do sprites and stuff, so yeah.

Quote from: yunhua98
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: A couple sprites/title screen
« Reply #5 on: September 07, 2010, 04:37:30 pm »
This looks kinda cool. Also the pong chars fits the '70s a lil bit, the time at which the game was released ;D

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: A couple sprites/title screen
« Reply #6 on: September 07, 2010, 06:24:21 pm »
Those look really cool :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

_player1537

  • Guest
Re: A couple sprites/title screen
« Reply #7 on: September 07, 2010, 06:28:20 pm »
Amazing :D  I love your sprites :P  Just tried to SC the first title, it was 38400 bytes.  When I get time, I'll switch everything to a black background, and add in the title screen :)