Join us on Discord!
You can help CodeWalrus stay online by donating here.

Game mock-up graphics and ideas

Started by tr1p1ea, February 08, 2015, 06:49:05 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Dream of Omnimaga

I am fairly sure that it could be doable using some tricks, but perhaps at 3 level grayscale instead of 4. Supersonic Ball did parallax scrolling by abusing the Copy() command but for collision detection Builderboy had to pretty much do it for me then explain the changes afterwards >.<
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

This is an idea of what Pintendre 3002 could look like in colors, but probably not doable with Lines due to the filled squares:



It could use frame by frame sprites, though, like the original game.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

c4ooo

Quote from: DJ Omnimaga on June 30, 2016, 05:57:21 PM
This is an idea of what Pintendre 3002 could look like in colors, but probably not doable with Lines due to the filled squares:



It could use frame by frame sprites, though, like the original game.
You would probably be able to fill those quads fast enough in asm. You could also "cheat" and fill it very fast without trig/geometry.

Dream of Omnimaga

For that game I would prefer to stick to basic or with libs, though. That said, on the HP Prime there is a FILLPOLY command that I could use to draw the road.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

c4ooo

#260
What if someone actually decided to program walrii-mon instead of just talking about it? :trollface:

Edit:
Quote from: DJ Omnimaga on August 09, 2016, 04:19:39 AM
That said, on the HP Prime there is a FILLPOLY command that I could use to draw the road.
Well as i said, you could "cheat" and render the road much faster then you would with FILLPOLY ;) You would need a counter for the width of the road, and increment it each time you went down a line.

Dream of Omnimaga

I have the sprite sheet done but no motivation to remap every Walrii one by one in a list with the dimensions and all <_<

On non-HP calcs it would be even worse, as I would need to convert each Walrii separately, one by one. And yeah I agree about the road. I need to give this a try someday...
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Dream of Omnimaga

This is not a game I am making but c4ooo was looking for a Walriimon title made with CW fonts and this is what I got as a result:



Sadly this is too big for calculators, though. But yeah maybe that might be useful if someone works on a Pokémon clone with walruses :3=
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

c4ooo

Wow thanks! I relly like the 3rd set :D

Dream of Omnimaga

Thanks. I was going for a yellow line instead of dark blue but it looked weird IMHO. For a calc font I could probably made the outline and the inside dark blue, though, and scale the entire font down.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

c4ooo

Unfortunatly the 3rd one does not look as good against a blue background as well as the first one :(


Dream of Omnimaga

Aah too bad. Couldn,t you just use a different color, though? Maybe a different shade/hue of blue, such as the sky, maybe red or something?

Also here's a small version that would fit on-calc:

  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme


Coming soon to an online download near you...
(I think)
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Dream of Omnimaga

Ooh,a remake or sequel would be cool O.O
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

123outerme

Quote from: DJ Omnimaga on August 28, 2016, 06:57:35 PM
Ooh,a remake or sequel would be cool O.O
Yeah, I agree. I'm having mostly fun making it so far, even though all I've done is the menus. I plan to add every character from my past games, sort of a mash-up (or rather, a Smash-up) fighter. So far I have my Sorcery protagonist and the protagonist of an unreleased platformer (which I'll hopefully release something of sometime). I also plan to include an ASCII fighter (resembling my first year or so as a programmer, where I only worked with ASCII sprites). The 4th fighter I could make, I'm not sure who it should be yet.
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

Powered by EzPortal