English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 19 December 2010, 20:29   #21
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Quote:
Originally Posted by Galahad/FLT View Post
I've been running some ideas around my head for the past few weeks.

I want to get back into games programming, but I really can't be arsed, and I simply don't have the time to learn a new language when recent developments mean I might not have to.

The Amiga is seeing a bit of a semi-revival as a few of its games get converted to phones and the like pretty much as they were.

Obviously people consider the Amiga games to still look and sound good enough to only offer minor enhancements, which got me to thinking.

My idea is thus: I know Amiga programming, and could likely program something on the Amiga far quicker than I could in Java or anything else. So instead of programming in Java, why not program as if I was doing a game for the Amiga, written on Amiga, and take advantage of the Amiga Emulators on Android and Iphone/Ipad to create a transparent layer where the emulator has no user input whatsoever, other than to be told what Amiga 'rom' to load so that the game can be started and played?

After all, that is pretty much how Java works, so instead of jumping through hoops learning new languages, utilise the emulator cores to take advantage of the programming, graphics and music we all know already.

Any thoughts?
The idea is good, but IMHO it should be a starting point for quick to market results. A second part could be, still doing the coding and such on the Amiga and have a tool to translate 68k to ARM, and have blitter/copper stuff handled by a core library. Hence you've the advantage to code the Amiga way and also to be capable of doing more than what an Amiga can do. More bobs, colors on screen to start with.

kml
kamelito is offline  
Old 19 December 2010, 21:25   #22
IFW
Moderator
 
IFW's Avatar
 
Join Date: Jan 2003
Location: ...
Age: 52
Posts: 1,838
I'd say go for something that an ECS machine couldn't handle - if you want to sell it
You could use two versions; one with nice video effects for 2d/3d accelerated machines, and you can still fall back to plain or simple effects on Amiga.
IFW is offline  
Old 19 December 2010, 22:02   #23
frikilokooo
Registered User
 
frikilokooo's Avatar
 
Join Date: Mar 2007
Location: Mallorca,Spain.
Age: 44
Posts: 1,154
I vote for a Cabal clone,I love the arcade version but not the Amiga version.
frikilokooo is offline  
Old 19 December 2010, 22:24   #24
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
Quote:
Originally Posted by IFW View Post
I'd say go for something that an ECS machine couldn't handle - if you want to sell it
You could use two versions; one with nice video effects for 2d/3d accelerated machines, and you can still fall back to plain or simple effects on Amiga.
Well initially the plan would be to escape some of the Amiga limitations, so being able to acccess any memory via custom chips, adding extra sound channels and the like, but that would come later should the initial batch of games prove to be successfull.

What I do know about programming on these devices, is theres MILLIONS of competition, so i'd rather not waste initial setup time developing some super killer system if the games simply aren't up to being bought.

Check out the initial enthusiasm for the games, if they prove to be commercially successful, then progress to improving beyond what a normal ECS Amiga could be expected to do, or at the very least, work around some of the limitations of the hardware.
Galahad/FLT is offline  
Old 19 December 2010, 23:27   #25
gimbal
cheeky scoundrel
 
gimbal's Avatar
 
Join Date: Nov 2004
Location: Spijkenisse/Netherlands
Age: 42
Posts: 6,908
Seems like you're onto an excellent idea here. Why develop a retro game for current gen platforms when you can develop it for the retro platform directly and emulate on current gen platforms? I wish I could, its probably a lot more fun to do!

Its also quite "easy" to do such games in high level abstracted platforms such as Java or .NET, but that would make it either very difficult or even impossible to get those games to function on other devices such as Apple devices and the like. Emulators are generally available for more platforms than the Java or .NET runtimes. And if you want to make a buck nowadays, you want to target as many platforms as you can :/
gimbal is offline  
Old 19 December 2010, 23:29   #26
Konrad
Registered User
 
Konrad's Avatar
 
Join Date: Apr 2002
Location: Germany
Age: 43
Posts: 742
@IFW
Look at the games released for phones...Angry Birds for example: No special video effects, cute but not really great graphics, and still really successful.
Now look at games like Lionheart, Turrican 2/3, Apidya...IMO ECS restriction are more than enough for creating good games for phones (graphics and sound wise)

You don't need games with overwhelming graphics and effects to be successful on mobile platforms. Angry Birds and IREM's release of R-Type prove that case for me.
I like galahad's idea, so let's try to not make the project too difficult before it has even started .
Konrad is offline  
Old 19 December 2010, 23:37   #27
T_hairy_bootson
Workbitch 1.3
 
T_hairy_bootson's Avatar
 
Join Date: Oct 2001
Location: Melbourne, Australia
Age: 46
Posts: 2,084
The amiga mouse does not translate well to touchscreen in the emulators I have used.
T_hairy_bootson is offline  
Old 19 December 2010, 23:44   #28
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Basic can be an option too.
http://www.glbasic.com

kml
kamelito is offline  
Old 20 December 2010, 00:14   #29
Vairn
The Grim-Button
 
Vairn's Avatar
 
Join Date: Jan 2008
Location: Melbourne Australia
Age: 43
Posts: 414
@Galahad: It wouldn't be hard to give you an emulator, which does what you require, mine has no real GUI ATM anyway, all It needs is a cfg file.

I also wonder if you can put copy protection in it which makes it require the emulator, so if someone does rip it, it wont work

I think it is a brilliant idea too.
Vairn is offline  
Old 20 December 2010, 00:21   #30
Jason_
Registered User
 
Join Date: Dec 2010
Location: Canada
Posts: 14
This is a very clever idea. The amiga emu as a VM is a lot smarter than you think insofar as games/entertainment development.

Now that the KS replacement project is well on its way, you can rest easy regarding amiga IP insofar as booting/emulation.

You should seriously consider developing a business plan and taking this bigger than a few games in your spare time. I really think this is a brilliant idea that could be VERY lucrative on top of iOS and xbox live, which both now have active development insofar as an amiga emu. XBOX is particularly interesting! There are over 30 million XBOX subscirbers; just 1% of that market means a lot of money.
Jason_ is offline  
Old 20 December 2010, 00:54   #31
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
Convince this guy:
http://toucharcade.com/2010/12/09/ex...em-with-video/
Amiga1992 is offline  
Old 20 December 2010, 01:03   #32
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
LOLz @ thumbs covering half of the action
Just me 2 cents of course
TCD is offline  
Old 20 December 2010, 01:04   #33
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
I know, it's tremendously stupid. But that's an iPhone flaw. What can you do?
Amiga1992 is offline  
Old 20 December 2010, 01:09   #34
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,525
Maybe this : http://eab.abime.net/showthread.php?p=722490#post722490
Dunno if it'll be available for the 4 as well.
TCD is offline  
Old 20 December 2010, 02:02   #35
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
Not bad! I didn't know about that.
Surely is a must. But most people won't have it.
Amiga1992 is offline  
Old 20 December 2010, 02:03   #36
Mequa
Registered User
 
Join Date: Nov 2009
Location: UK
Posts: 497
How is RTG support on mobile versions of UAE? It might prove useful for these kind of projects, as it would provide 2D graphics beyond the "classic" Amiga chipset.

Another thing might make this more feasible on mobile devices, if anyone has the time to write one:
An Amiga-compatible 680x0-to-ARM JIT compiler, integrated with an ARM build of UAE.

Also, for basic A500 emulation on slower mobile devices, let's hope someone picks up the C rewrite of Fellow. There's just the CPU emulation to go. (Fellow's custom chipset emulation was already rewritten in cross-platform C, and still greatly outperforms UAE's, albeit with less compatibility.)

Last edited by Mequa; 20 December 2010 at 02:11.
Mequa is offline  
Old 20 December 2010, 09:27   #37
ant512
Registered User
 
Join Date: Dec 2002
Location: California
Posts: 964
Quote:
Originally Posted by Mequa View Post
Fellow's custom chipset emulation was already rewritten in cross-platform C, and still greatly outperforms UAE's, albeit with less compatibility.
A program that produces incorrect results twice as fast is infinitely slower.
-- John Osterhout
ant512 is offline  
Old 20 December 2010, 11:58   #38
Arnie
R.I.P Smudge 18-08-16
 
Arnie's Avatar
 
Join Date: Aug 2005
Location: Leicester/UK
Age: 66
Posts: 3,968
Quote:
Originally Posted by Galahad/FLT View Post
some enterprising chap would probably simply hack the Iphone/Android/Ipad games so they would work on Amiga


oooooohhhh, Putty Squad anyone?
Arnie is offline  
Old 20 December 2010, 12:04   #39
Exit
Registered User
 
Join Date: Aug 2007
Location: Holland/The netherlands
Age: 49
Posts: 122
@galahad , if you target at real amiga's and make an extended version of the game for the souped up amiga's and emulator...then you have a wider audience

but for a game choose a genre that appeals to most amiga freaks..
Exit is offline  
Old 20 December 2010, 12:30   #40
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
Quote:
Originally Posted by Exit View Post
@galahad , if you target at real amiga's and make an extended version of the game for the souped up amiga's and emulator...then you have a wider audience

but for a game choose a genre that appeals to most amiga freaks..
Much as I would love to support Amiga first, I would have to go with simple economics.

Iphone/Android/Ipad would be first, with Amiga to follow.
Galahad/FLT is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Idea:A slideshow of games spanner support.Games 1 02 July 2012 19:04
Death Trap & Idea Games fc.studio Games images which need to be WHDified 63 14 February 2009 00:58
C code prob continued - How a PC stores bytes? Jherek Carnelia Coders. General 5 11 May 2007 18:10
Idea: Fun & Games page Jim project.APoV 11 14 July 2004 17:49
The continued rape of the common man Fred the Fop Retrogaming General Discussion 14 30 September 2002 15:52

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:00.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 1.01946 seconds with 15 queries