Flappy Oric :)

Want to talks about games you like, would like to see developed on the Oric, it's here.
User avatar
Dom
Flying Officer
Posts: 141
Joined: Sun Nov 25, 2012 7:00 pm

Re: Flappy Oric :)

Post by Dom »

Once again well donne Rax ! :)
User avatar
iss
Wing Commander
Posts: 1641
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: Flappy Oric :)

Post by iss »



... and demo clip to complete the game presentation. :D
User avatar
coco.oric
Squad Leader
Posts: 720
Joined: Tue Aug 11, 2009 9:50 am
Location: North of France
Contact:

Re: Flappy Oric :)

Post by coco.oric »

rax & iss, thanks for the game.
however i've prefered lunar mission. this one is more dynamic but ... my high score only 4 at easy level
coco.oric as DidierV, CEO Member
Historic owner of Oric, Apple II, Atari ST, Amiga
User avatar
coco.oric
Squad Leader
Posts: 720
Joined: Tue Aug 11, 2009 9:50 am
Location: North of France
Contact:

Re: Flappy Oric :)

Post by coco.oric »

Not tested in the mag, but Flappy Oric is now available at the Pantheon of Oric Software

https://www.oric.org/software/flappy_oric-2497.html
coco.oric as DidierV, CEO Member
Historic owner of Oric, Apple II, Atari ST, Amiga
User avatar
ibisum
Wing Commander
Posts: 1645
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: Flappy Oric :)

Post by ibisum »

The loading screen is exciting. The game, not so much. ;)

But having the C source code is beautiful.
User avatar
Dbug
Site Admin
Posts: 4444
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: Flappy Oric :)

Post by Dbug »

It's nice to have the source code, would it make sense maybe to add the source graphics, and the scripts used to convert them, so people can use that as a base to make their own games?
User avatar
jbperin
Flight Lieutenant
Posts: 480
Joined: Wed Nov 06, 2019 11:00 am
Location: Valence, France

Flappy Oric from the bird's point of view

Post by jbperin »

Hello rax & iss

I've started working on a fork of your wonderful Flappy Oric game in which i try to render the game scene from the bird's point of view (by using glOric).

Here's what I've prototyped for now:

Image

May I use your Flappy Oric to demonstrate the use of glOric in real time game production ?

PS: For now I lost the nice looking font from your original production .. But as it's a text mode render .. i should be able to reintroduce it.
User avatar
jbperin
Flight Lieutenant
Posts: 480
Joined: Wed Nov 06, 2019 11:00 am
Location: Valence, France

Re: Flappy Oric :)

Post by jbperin »

The Tap file
flappy3d_draft.tap
B&W draft immersive 3D version of flappy Oric
(31.38 KiB) Downloaded 251 times
and the source code
User avatar
kenneth
Squad Leader
Posts: 515
Joined: Fri Nov 26, 2010 9:11 pm
Location: France PdD
Contact:

Re: Flappy Oric :)

Post by kenneth »

Amazing.
It coud be intresting to convert a lot or Oric games in 3d mode, if we solve the slowering effect of the calculation. However, the job is ilpressive. ;)
User avatar
rax
Flying Officer
Posts: 193
Joined: Tue Jul 24, 2018 3:16 pm

Re: Flappy Oric from the bird's point of view

Post by rax »

Very cool. Good job. :)
jbperin wrote: Sun Mar 15, 2020 1:49 pm
May I use your Flappy Oric to demonstrate the use of glOric in real time game production ?
You can use the source code. I'm glad to be able to inspire someone.
Dbug wrote: Sat Mar 14, 2020 10:36 am It's nice to have the source code, would it make sense maybe to add the source graphics, and the scripts used to convert them, so people can use that as a base to make their own games?
Maybe i should put it in the code. I converted the picture with one command. I'll add it in bat file.

command: \osdk\Bin\PictConv.exe -o3image -f6 flappy.jpg image.h
User avatar
jbperin
Flight Lieutenant
Posts: 480
Joined: Wed Nov 06, 2019 11:00 am
Location: Valence, France

Re: Flappy Oric :)

Post by jbperin »

kenneth wrote: Sun Mar 15, 2020 6:16 pm It coud be intresting to convert a lot or Oric games in 3d mode, if we solve the slowering effect of the calculation. However, the job is ilpressive. ;)
I can't agree with you more.

I profiled the code of glOric and it turns out that the slowering effect mainly comes from the rasterization.

A version with color :
flappy3d_colordraft.tap
(31.43 KiB) Downloaded 217 times
which gives something like that :

Image
User avatar
ibisum
Wing Commander
Posts: 1645
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: Flappy Oric :)

Post by ibisum »

This is an astonishing achievement! Shades of Starfox!
Post Reply