Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Computer Forums > Software Programming
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Software Programming Software programming talk, ask questions about computer software programming or help others

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-12-2007, 10:22 PM   #1
Wingman
 
Wingman's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Casino Game Engine

Greetings Everyone,
I am with a startup company that is looking to lisence or buyout a game
engine on which to base casino like games. While we are in the planning
stages still yet, I am needing an estimate of costs for such.
Does anyone know of any resources that could give me the information I need?

Thanks,
Lee


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 06-12-2007, 10:22 PM   #2
Tony Di Croce
 
Tony Di Croce's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Casino Game Engine


"Wingman" <wing@nospam.com> wrote in message
news:3f798c14$0$34844$45beb828@newscene.com...
> Greetings Everyone,
> I am with a startup company that is looking to lisence or buyout a game
> engine on which to base casino like games. While we are in the planning
> stages still yet, I am needing an estimate of costs for such.
> Does anyone know of any resources that could give me the information I

need?
>
> Thanks,
> Lee


Hmm... Because the term "Casino Games" covers such a WIDE range of
possibilities (everything from slot machines to blackjack), I doubt you will
be able to find a "Casino Game Engine".

Their are game programming libraries that can be used to implement the games
you require. If you're hardware is running Windows or Linux, I reccoment SDL
+ OpenGL. If you have any (even rudimentary 3d HW) OpenGL can be used to
drastically accelerate you're 2D (sprite scaling, sprite alpha blending and
sprite rotation come at nearly NO cost to the CPU). SDL is free, but you've
got some work to do.

I think the terminology "Engine" is a bit of a misnomer. Most game engines
are HEAVILY optimized for a particular game. Many game companies re-write
massive amounts of their engine's between each project.

Tony


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 10:23 PM   #3
Wingman
 
Wingman's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Casino Game Engine

Thanks for the response Tony,

While we have a programmer that is interested in working with us and
investing some 'sweat equity', his available time to devote to this project
at this time is quite limited. We are hoping to get the project off the
ground at a more accelerated pace.

Unfortunately, I do have more time to devote to it, but alas, I'm not a very
experienced or proficient programmer, nor, at this time do I really want to
dedicate that much time in learning.

Where would I go to contract something like this? What would be the
approximate costs? How long would development time be?

I realize there are a lot of variables that need to be known in order to
estimate costs and time, so quotes or estimates will not be considered solid
at this point. Just really needing some figures to calculate how much, if
any, capital this project will take.

We are looking for a standard slot machine engine initially, with the
ability to 'skin' the game ourselves. The same would go for a BlackJack
"table", Roulette, Video Poker, Baccarat...etc.


Thanks again


"Wingman" <wing@nospam.com> wrote in message
news:3f798c14$0$34844$45beb828@newscene.com...
> Greetings Everyone,
> I am with a startup company that is looking to lisence or buyout a game
> engine on which to base casino like games. While we are in the planning
> stages still yet, I am needing an estimate of costs for such.
> Does anyone know of any resources that could give me the information I

need?
>
> Thanks,
> Lee
>
>



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-12-2007, 10:23 PM   #4
Tony Di Croce
 
Tony Di Croce's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Casino Game Engine

You need a C/C++ programmer with game programming experience.

You listed 5 games. The first thing a decent programmer would do is try to
get a high level view of what you want. Just to get an idea of how tough the
whole job is actually going to be.

They would then begin building a body of code that would be shared across
all 5 games (the engine you originally referred to). Because these games are
so different, the engine here would consist of elements like these:
- Graphics API
- Generic timeslicing model
- User Interface code
- Memory Management
- Any necessary utility classes
I estimate that a competent programmer could have the above "structural"
work done in the first 2.5-3.0 months.
When this stuff is all reasonably far along, you could then proceed to build
a real game. I believe that you could have simple but playable versions of
each of the 5 games you listed delivered sequentially over the next 9
months. But only if the game requirements were kept simple.

Of course, you could choose to concentrate on a particular game and do a
great, full featured job instead. You could also simply hire more
programmers.

Programmer salaries vary, and it of course, depends on the experience and
skill level you require. I wouldn't skimp on this though, if you only intend
to hire one person, that person better be a real pro.

Tony

"Wingman" <wing@nospam.com> wrote in message
news:3f7d856a$0$48250$45beb828@newscene.com...
> Thanks for the response Tony,
>
> While we have a programmer that is interested in working with us and
> investing some 'sweat equity', his available time to devote to this

project
> at this time is quite limited. We are hoping to get the project off the
> ground at a more accelerated pace.
>
> Unfortunately, I do have more time to devote to it, but alas, I'm not a

very
> experienced or proficient programmer, nor, at this time do I really want

to
> dedicate that much time in learning.
>
> Where would I go to contract something like this? What would be the
> approximate costs? How long would development time be?
>
> I realize there are a lot of variables that need to be known in order to
> estimate costs and time, so quotes or estimates will not be considered

solid
> at this point. Just really needing some figures to calculate how much, if
> any, capital this project will take.
>
> We are looking for a standard slot machine engine initially, with the
> ability to 'skin' the game ourselves. The same would go for a BlackJack
> "table", Roulette, Video Poker, Baccarat...etc.
>
>
> Thanks again
>
>
> "Wingman" <wing@nospam.com> wrote in message
> news:3f798c14$0$34844$45beb828@newscene.com...
> > Greetings Everyone,
> > I am with a startup company that is looking to lisence or buyout a game
> > engine on which to base casino like games. While we are in the planning
> > stages still yet, I am needing an estimate of costs for such.
> > Does anyone know of any resources that could give me the information I

> need?
> >
> > Thanks,
> > Lee
> >
> >

>
>



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , ,




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

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Game Engine paul Software Programming 17 06-12-2007 10:22 PM
create simple game engine Justin Daubenmire Software Programming 14 06-12-2007 10:21 PM
Heavenly Sword In-Game Scripted Real-Time Cutscene Using PS3 Game Engine Blig Merk Computer Consoles 1 05-30-2007 12:34 PM
Heavenly Sword Environmentals In-Game Scripted Real-Time Cutscene Using PS3 Game Engine Blig Merk Computer Consoles 0 05-30-2007 12:34 PM


Featured Websites




All times are GMT +1. The time now is 12:31 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98