pouët.net

Go to bottom
Voyage by Gloky & Dubmood [web]
screenshot added by havoc on 2025-03-17 13:49:28
platform :
type :
release date : march 2025
release party : Buxton Bytes 2025
compo : none
ranked : n/a
  • 16
  • 3
  • 0
popularity : 55%
 55%
  • 0.84
alltime top: #17191
added on the 2025-03-17 13:49:28 by havoc havoc

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr bluesky threads

comments

Fantastic to see Gloky back, plus loving Dubber's left field cover! Nice stuff guys - really nice sprite rout here.
rulez added on the 2025-03-17 17:57:44 by Tom Tom
Absolut. Nice to see a Gloky screen again. All the best to you!
rulez added on the 2025-03-17 21:58:13 by Jade Jade
qu'elles sont grosses, tes dots
rulez added on the 2025-03-18 20:33:03 by roudoudou roudoudou
Par dessus les vieux écrans
Glisse ton scroll sous les dots que t'aimes tant
Voyage voyage
Éternellement

Great screen, Gloky. I like the simple design and that unexpected Desireless cover by Dubmood.
rulez added on the 2025-03-19 09:14:16 by exocet exocet
Plus loin que la nuit et le jour
rulez added on the 2025-03-19 12:33:09 by willbe willbe
nice to see you both at work :)
rulez added on the 2025-03-19 23:44:55 by p0ke p0ke
C'est bö :)
rulez added on the 2025-03-20 17:03:03 by HerrV HerrV
thanx for the kinds words :)
added on the 2025-03-22 09:58:57 by gloky gloky
Happy to see Gloky's back with this nice intro. Great music choice! Congrats!
rulez added on the 2025-03-22 10:10:38 by pépé pépé
What a tribute ! <3
rulez added on the 2025-03-22 18:07:33 by fra fra
Like that sprite rout! Seems very fast to me!
rulez added on the 2025-03-22 21:55:27 by Daniel Daniel
it's hmmmm poor?
ok
added on the 2025-03-27 13:57:30 by Frequent Frequent
What @exocet said! :D
And nice sprite routine
rulez added on the 2025-03-29 10:07:10 by Strider Strider
Good work, Gloky!
rulez added on the 2025-04-06 14:12:29 by grey grey
Great!
rulez added on the 2025-04-12 17:08:13 by micdune micdune
Nice intro, cool cover.
rulez added on the 2025-04-16 12:07:16 by Daddy Freddy Daddy Freddy
Voyage, voyage. Nice cover and cool sinus-sprites.
rulez added on the 2025-04-16 12:36:37 by sim sim
Quote:
Like that sprite rout! Seems very fast to me!


the main loop of the scroller (the display rout) is only 32 scanlines with use of register Xn
(limited amount of bitmap per frame, since the scroll is made of 8x8 caractere

and for the sprite routine i use movep when it's possible (with the small sprites, practicaly always)

movep.w ofc(a0),d0
and.w #mask8bit,d0
or.w #bitmap,d0
movep.w d0,ofc(a0) ; 2 plan masked

also, the calculs of 4 sinus for position is as fast as
move (a0)+,d0
add (a1)+,d0 ; cos1+cos2 of x
and
move (a2)+,d1
add (a3)+,d1

move.l d1,a6
move.w (a6),d2 int(y/4)*160
move.l d0,a6
add (a6)+,d2 + int(x/16)*8 = offset x
move.w (a6)+,d3 ; d3 = numero code genere of sprite

and that's all i think, i'm not awake this morning
added on the 2025-11-09 09:37:53 by gloky gloky
also, i don't understand why when the music player and the demo runing over one vbl, there is bus error, so i couldn't add some sprite, because of that, (assuming i added a thing to have one frame effect with variable machine time of the sprite rout)
added on the 2025-11-09 09:43:45 by gloky gloky
Voyage, voyage
Plus loin que la nuit et le jour (voyage, voyage)
rulez added on the 2025-11-09 09:52:43 by v3nom v3nom

submit changes

if this prod is a fake, some info is false or the download link is broken,

do not post about it in the comments, it will get lost.

instead, click here !

[previous edits]

add a comment

Go to top