I am back with a new submission to another gamejam hosted by the same people (gamecodeur.fr). https://mokalux.itch.io/the-gideros-virus The gj is not over yet so I will try to juice the game up! The theme of the gj is contamination (coronavirus) and I named my submission THE GIDEROS VIRUS hope I don't offend anyone here I can change the title if you wish.
Nice I'd add sountrack there
p.s. In my browser it slightly lags every 2sec or so
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
For the lags it seems to be related to android and html5. Windows build works without lags. I disabled the scrolling bg but the lags remain, so I suspect it's related to r3d performance on android and html5. There's not much I can do here . I would be happy if you could try on your side an report. Will look further see what I can do, maybe reduce the number of 3d models on the screen, or do some kind of pooling, disabling some shaders, deltaTime,vsync,30fps, 60fps ... ???
All the above assumptions are wrong, the problem here is between the chair and the keyboard = ME I was spawning enemies in the game loop which is quite computer intensive, I need to do the spawn somewhere else (a timer?).
fixed I created a fixed list of objs and reset their positions when out of screen (I looked at pooling but gave up the idea)
ok the game is finished https://mokalux.itch.io/the-gideros-cure I may change the intro screen and the "youwin" screen!?DONE So I loaded my assets during startup using Core.asyncall + for the mobile controls I used the class from oleg! Tell me what you think PS: when you go fullscreen the 3D sprites turn black! it's not intended
Comments
I tried your game but it keeps freezing for half a second.
Everything is running then it freezes. Then everything runs and the it freezes again.
My mobile is a Samsung J7 Metal. Other games run fine.
Regards.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
starting tutorial: https://wiki.giderosmobile.com/index.php/Tutorial:_Making_a_2D_space_shooter_game
As for the name: yes THE GIDEROS CURE would be more appropriate?!
EDIT: I changed its name to THE GIDEROS CURE
I'd add sountrack there
p.s. In my browser it slightly lags every 2sec or so
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
https://github.com/mokalux/gideros-3D-shmup
For the lags it seems to be related to android and html5. Windows build works without lags.I disabled the scrolling bg but the lags remain, so I suspect it's related to r3d performance on android and html5. There's not much I can do here .
I would be happy if you could try on your side an report.
Will look further see what I can do, maybe reduce the number of 3d models on the screen, or do some kind of pooling, disabling some shaders, deltaTime,vsync,30fps, 60fps ... ???
All the above assumptions are wrong, the problem here is between the chair and the keyboard = ME
I was spawning enemies in the game loop which is quite computer intensive, I need to do the spawn somewhere else (a timer?).
fixed I created a fixed list of objs and reset their positions when out of screen (I looked at pooling but gave up the idea)
I may change the intro screen and the "youwin" screen!?DONESo I loaded my assets during startup using Core.asyncall + for the mobile controls I used the class from oleg!
Tell me what you think
PS: when you go fullscreen the 3D sprites turn black! it's not intended
Likes: SinisterSoft
https://itch.io/jam/gamecodeur-gamejam-23/rate/575168
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
The problem is I don't know how to animate 3D in gideros yet!
In besiege game soldiers jump without animation-
You can do the same
Likes: MoKaLux
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Likes: MoKaLux, oleg
Fragmenter - animated loop machine and IKONOMIKON - the memory game
It's a whole universe!