Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2   Go Down

Author Topic: Lets make a Easy Game together?  (Read 11102 times)

0 Members and 4 Guests are viewing this topic.

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Lets make a Easy Game together?
« on: September 13, 2013, 12:43:42 PM »

Hello Amos Family,

Here I´m with this idea  ::)

I would like to make a new Amiga Game code in Amos and I start With some stuff

The Game want to be an Easy Playable Game and I would like to do together with other people who enjoy the risk of make games.

so here is what i have done at the moment, I hope others will get on board and enjoy.


Parallel Worlds
Amiga Version
Tarjet: Amiga 500 1MB

Actually there is a 900x200 background in 64 EHB colours
A 320x512 Ham Laced image for start part
Some ripped sprites and a intro sound sequence play by self in piano

I think a Ivanhoe style game would be the target of the game but any other
Style will be possible.

The scroll goes 9 pixel speed and its very smooth at the moment
For save memory I use Amos flip ($8000) for left movement of Plyr1
There is a little jump with a little scroll up


 I attach the Game and some images for you can see the idea I have.

 every thing still to do, we need  musicans,gfx artist,coders etc...

 the game looks good at the moment and runs in Amiga 500 with 1MB

 ok now I wait for some one else who want to join in this aventure...

 best regards
« Last Edit: September 13, 2013, 02:29:19 PM by Amiten »
Logged
AMIGA is a Style of Life

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #1 on: September 13, 2013, 04:04:32 PM »

I Detect the Little Loop Song I made for the Start I´ts to Big For Amiga 500 1MB and I must disable for the moment.

I make some Update to the Game, Now The player One Move to Right to Left with animation can Fire and Jump.

also Add in this new Attacments the Iff I use for Sprites and Background.

Here is the new Source Code and this improvements.


Logged
AMIGA is a Style of Life

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #2 on: September 13, 2013, 06:41:42 PM »

Cant Wait  ;D

Here is A new Concept Version a little bit Faster.

include de first Source (what in You tube video) http://www.youtube.com/watch?v=8yQMstDSR1Y&feature=share&list=UUyJzDn2R36ms2lKjRo3dbEg
and new one call  ParallelWorldsSpeed.Amos  now  its 19 pixeles ich turn

regards
Logged
AMIGA is a Style of Life

rednova

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 225
    • http://www.feryogi.com
Re: Lets make a Easy Game together?
« Reply #3 on: September 13, 2013, 10:13:31 PM »

Dear Friend:
Unfortunately I will not be able to help, but I wish you
success in your work.
Love !!!
Logged
-mobilis in mobile-

bruceuncle

  • AMOS Dev
  • A500
  • *****
  • Karma: 6
  • Offline Offline
  • Gender: Male
  • Posts: 425
  • WINUAE Amiga User
Re: Lets make a Easy Game together?
« Reply #4 on: September 14, 2013, 03:36:56 AM »

Hey, great to see someone using AMOS on a new game.

I haven't had time to set the code up and have a look yet but I've seen the pictures and YouTube.  It looks really professional quality graphics.  8)

As you probably know by now, I'm working all my spare time on getting AMOS Pro V2.0 'fixed' now the sources are available.  And looking at extending it to exploit the AGA chipset.  So I probably won't be able to do much else for a while.  But I will make time to have a look when I reach my next personal milestone in the Classic AMOS Redevelopment project.

Great work mate  8)
Logged
Repeat after me ...  "The AMOS Pro architecture is complex but it is not complicated."

bruceuncle

  • AMOS Dev
  • A500
  • *****
  • Karma: 6
  • Offline Offline
  • Gender: Male
  • Posts: 425
  • WINUAE Amiga User
Re: Lets make a Easy Game together?
« Reply #5 on: September 14, 2013, 03:44:11 AM »

And a quick tip for posted downloads.  Could you make sure each one has a different name?  It means we don't have to keep renaming them when we download them.  I suggest using something simple like ParallelWords001.rar, ParallelWords002.rar, ParallelWords003.rar, etc.  Thanks again for your efforts mate.
Logged
Repeat after me ...  "The AMOS Pro architecture is complex but it is not complicated."

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #6 on: September 14, 2013, 08:59:57 AM »

@rednova
Thanks for your support  ;)

@bruceuncle

Thanks mate for the king words, and I hope you can success Amos AGA I dream with this day can be real.

ok I rename the nexts files I upload  thanks again.
Logged
AMIGA is a Style of Life

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #7 on: September 14, 2013, 12:32:12 PM »

Ok until some one enter in the project I continue develop this wonder Game for Our A500.

New updates to the ParallelsWorldsSpeed.Amos

Now the man  Jump & Fire   both sides  ;D
Now The man Duck in both sides  ;D

Remember put REM in Intro sound commands  For Execute in Amiga 500 1MB (still down the size of the loop sound its to big for Amiga 500 1MB)

like this

Screen Open 0,320,512,4096,Lowres+Laced
Curs Off : Flash Off : Hide
Cls 0
'Wait Key 
REM Load "sfx/loopsnd.abk"
Load Iff "gfx/parallelworlds.iff"
REM Sam Loop On : Sam Play 1
Repeat
Until Joy(1)=16
REM Sam Loop Off
REM Music Off
REM Erase 5
« Last Edit: September 14, 2013, 12:39:48 PM by Amiten »
Logged
AMIGA is a Style of Life

rednova

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 225
    • http://www.feryogi.com
Re: Lets make a Easy Game together?
« Reply #8 on: September 14, 2013, 01:41:02 PM »

Dear Friend:
I just looked at the youtube avi, and I am really amazed.
The graphics look super !!! This is surely gonna be a top
notch amiga game. Keep working !!!
Logged
-mobilis in mobile-

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Lets make a Easy Game together?
« Reply #9 on: September 14, 2013, 05:32:39 PM »

Here's a rough Protracker version of your theme song.  It's not quite as polished but will work until I figure out how to do a fadeout on each voice.
Logged

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Lets make a Easy Game together?
« Reply #10 on: September 14, 2013, 06:10:58 PM »

Here's a better version (although I lost some sample quality when I transposed the instrument up).
-edit-
Should work now.  Was saved as OctaMed file format by accident.
« Last Edit: September 14, 2013, 06:15:26 PM by SamuraiCrow »
Logged

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #11 on: September 14, 2013, 06:44:50 PM »

@samuraicrow

This is the Spirit I looking For, take the things and make better without say nothing Just did.

Thanks you very much!  now the intro theme fix in  Amiga 500 1MB

good work mate !  Please continue help me in any area you guess  ;)

I prepare the new .Zip with the improvements I do included this Intro Fix.

Amiga4Ever
Logged
AMIGA is a Style of Life

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #12 on: September 14, 2013, 07:33:47 PM »

Well Friends Here is the Parallel Worlds .ADF Version Bootable with Source and Compiled EXE with Actually Development in course.

Just insert the ADF in your emulator and boot from it or better burn in a floppy and lets your Amiga 500 Savor this fresh stuff.

There is a lot of work Remain to do but who want with this .ADF can test what I have in mind with this Game.

I hope with this more people are encouraged to get on board and help this adventure has a happy ending.

without compromise, without stress, everything is clear and open from the first line of code, and all will continue so to the end.

I just hope that in this way more people can follow this model of production of new quality games for our classical computers, and not wait for miracles to occur rather actually make them ourselves.

Amiga4Ever
Amiten

Logged
AMIGA is a Style of Life

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: Lets make a Easy Game together?
« Reply #13 on: September 16, 2013, 03:31:53 PM »

(Thread moved to proper forum by me.)
Logged

Amiten

  • A600
  • *
  • Karma: 1
  • Offline Offline
  • Gender: Male
  • Posts: 128
  • Amos Coder Since 1990
    • Amiten Software
Re: Lets make a Easy Game together?
« Reply #14 on: September 16, 2013, 04:21:25 PM »

Ok samuraicrow  if you see better in here for me too ;)


Parallel Worlds Now is 99% Level one complete, if I have time Tonight I Upload the ADF.

Grettings
« Last Edit: September 16, 2013, 04:31:46 PM by Amiten »
Logged
AMIGA is a Style of Life
Pages: [1] 2   Go Up
 

TinyPortal 2.2.2 © 2005-2022