How do I make this game I'm thinking about?

Started by
7 comments, last by alvaro 8 years, 9 months ago

So, I have an Idea for this game I might make. It's similar to surgeon simulator, but instead of using your hands to preform a surgical opperation, you have a computer in front of you and you are trying to play the game in game. Is there anyway I can do this and if so, what engine do I need to use?

Advertisement

There's many ways you can make most games. You'll have to draw up a detailed list one everything you might need, learn about engines, and decide which one is the best for you. Or just use OpenGL or DirectX to do it directly.

This is my thread. There are many threads like it, but this one is mine.

There are many ways you can do this, I recommend you to read the FAQ.

For a game engine I recommend Unity, there are lots of resources about it, many focused on beginners and Surgeon Simulator is made on top of Unity too. But remember, if you never wrote a game before you're better off by starting small, by doing clones of small games.

"For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life." - John 3:16

Blog: exchargedeeletri.wordpress.com

There are many ways you can do this, I recommend you to read the FAQ.

For a game engine I recommend Unity, there are lots of resources about it, many focused on beginners and Surgeon Simulator is made on top of Unity too. But remember, if you never wrote a game before you're better off by starting small, by doing clones of small games.

That wasn't what I meant, I meant how do I play a game within the same game, like recursion.

That wasn't what I meant, I meant how do I play a game within the same game, like recursion.

A game within a game? Be careful of going too deep. If time flies by when having fun with just 1 game, it flies by twice as fast in a game within a game. You’ll need a kick to get you out.

Make a simulation of a game and route the controls from your real game into the simulation.
Not sure what your difficulty is. The top game in a way acts like an operating system. Windows® routes controls to any game you play. No reason you can’t make another interface to do the same thing.


L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

That wasn't what I meant, I meant how do I play a game within the same game, like recursion.

A game within a game? Be careful of going too deep. If time flies by when having fun with just 1 game, it flies by twice as fast in a game within a game. You’ll need a kick to get you out.

Make a simulation of a game and route the controls from your real game into the simulation.
Not sure what your difficulty is. The top game in a way acts like an operating system. Windows® routes controls to any game you play. No reason you can’t make another interface to do the same thing.


L. Spiro

The game has surgeon simulator style controls and has the player sitting in front of a computer monitor and the mouse and keyboard in control the game playing on the monitor, which happens to be the same game.

That wasn't what I meant, I meant how do I play a game within the same game, like recursion.

A game within a game? Be careful of going too deep. If time flies by when having fun with just 1 game, it flies by twice as fast in a game within a game. You’ll need a kick to get you out.


Non... rien de rien... smile.png

 

 

That wasn't what I meant, I meant how do I play a game within the same game, like recursion.

A game within a game? Be careful of going too deep. If time flies by when having fun with just 1 game, it flies by twice as fast in a game within a game. You’ll need a kick to get you out.
 
Non... rien de rien... smile.png
 
Do you mean "Je ne regrette rien" ??

but to stay on topic, I don't see the complication. You make the game as normal but just make the input for the game be another button in the game. This can be pushed/pulled/moved etc with the real world controls. All you are doing is adding an intermediary step of playing the game.

Do you mean "Je ne regrette rien" ??


That's the song. I was quoting the first line of the lyrics.

This topic is closed to new replies.

Advertisement