Can i create a tennis game with unreal engine? [closed] - unreal-engine4

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
The question is above...im newbie with unreal engine and just want to start a hobby...so i'd like to spend my time with gameccreation. How can i do sports game like tennis with unreal? what can i do or could someone write links or just explain how it works? Or i just try with different engine? I tried download ffrom the webpage and istalled it...but i dont know. And i have to write c++ or i can use other program language? Blueprint what is it in this engine? And if i want like a tennis game what can i choose? SSo all in all it would be useful if someone explain how it works the whole thing. Thank u very much!!!

Yes.
You can make any game in the Unreal Engine. I highly recommend you check out https://wiki.unrealengine.com/Videos for some video tutorials on UE4 to get started. You do not have to touch any C++ when you use Blueprint, but it is highly recommended to learn some C++ eventually so that you can add your own functionality to make the engine do more than it was originally intended.
That said, designing a game even with a game engine is an incredibly difficult endeavor. Especially for people who are new to the whole scene. Just make sure to watch a lot of video tutorials if you are a visual learner or read lots of documentation on how to do different things. Don't expect to make any huge projects, such as large open world MMOs. Try to make really small, simple projects. You can use those to learn different aspects of game development and eventually be able to work your way up to larger and larger projects.

Related

How to become a Game Programmer? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I'm a 2nd-year student doing my bachelor's degree in Computer Applications. I'm really interested in becoming a Game Programmer and my dream is to work at Rockstar Games😅(it sounds a bit crazy). I'm really worried and I don't know how to program or write code. I'm an absolute beginner. Do you have any tips or advice on how to get there and fulfill my dream? Thanks😀.
I work as a gameplay programmer in Canada so here's a few thing I can tell you.
Best place to start is doing the tutorials on the Unity website. Make a few that interests you and see how you like that. Unity is used in a lot of studios and it's very easy to find a ton of resources online for it. Once your more comfortable with it i'd experiment with unreal also to get an idea for more than 1 engine. While doing all that the idea is for you to build a portfolio of games/projects you can show an employer. Its ez to make ios/android builds to have portable visuals. Game jams are a great place to hone in some skills. Most game jam even lets you join in alone so teams missing people can add you in(programmers are usualy whats missing the most).
For the game industry more or less any programming degree can do but every studio will make you pass a programming test. Knowledge of the engine they use be it Unity/Unreal will be very important. For bigger studios that use their own they look for good c++/c# knowledge an often more experience. At the momment the industry is in dire need of people so its def a good time to join.
If rockstar is your ultimate goal you can certainly try and apply there right away (there's no harm), but its often more difficult to get in via larger studios when you don't know anyone there (also knowing someone on the inside is a major plus anywhere). But even if you don't know anyone, smaller studios have a lot of opennings at the momment and will often give you a a chance. 3 to 5 years experience in is when most opportunities might open up. But again depending on the labour market place may be more desperate.

Creating CrossPlatform Animated Video Rendering Application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am planning to create a cross-platform (Windows,Android and iOS in future) application just like Plotagon, where we can add/modify 3d model characters in some background scene, apply some animations & sound effects to those characters and finally produce rendered video of it.
When it comes to CrossPlatform, right now I can think of two technologies.
Xamarin
As far as I have researched, currently Xamarin has excellent support for Android and iOS. But, handling 3d Models and rendering becomes nightmare.
Unity3d
Since Unity can be used to develop Apps apart from games, Handling 3d Models and animating it becomes easier task. And I think its the way to go.
But, I have no clue of how to deal with rendering stuff.
Questions:
Am I going in the wrong direction? If yes, can someone suggest better technology for accomplishing all the requirements.
How can we render a video inside the app?
Little background:
I have 3+ Years of experience in developing enterprise applications(Web based) and few desktop applications using Java and .Net platform. Now started learning Unity3d.
Note: I am trying to avoid C/C++ languages.
I had a similar question when I was making my first game. I would strongly suggest going with Unity3D. I did and was very happy with it. Unity3D has a rich set of tools to help you develop your app and it is great for cross-platform distribution. And, in the case that it does not have what you need built-in, there is a store (the AssetStore) that has an enormous amount of helpful tools and assets.
Take a look around https://assetstore.unity.com to see what it has. You can search for "movie" and get multitude of hits (everything from video capture to movie theater models). As a note, not everything in the AssetStore is free.

Is GameScene.sks not recommended for game building? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
In nearly every tutorial for beginner SpriteKit game making I've seen, people delete the GameScene.sks with no real explination.
The reason why building simple non-game apps is so beginner friendly is because of the Storyboard.
Ray uses the GameScene here:
http://www.raywenderlich.com/84341/create-breakout-game-sprite-kit-swift
Is there any reason why NOT to use this tool? Writing out EVERYTHING in code is a little more daunting when you have this tool sitting right here that seems to simplify it a bit.. but I'd rather avoid it if it's better to do so.
Thanks in advance.
It's all personal preference really. I think the reason why people delete it though (at least in my opinion) is due to the following reasons:
You have to specify an initial scene size in the file. Whereas if you create the scene programmatically you can set the size to the view size.
The editor is very limiting. Xcode 7 however greatly expands the editor to include much more such as custom classes.
There were some pretty big bugs/crashes in the initial release of Xcode 6.
When learning Sprite Kit it's good to know how to programmatically do things instead of doing it visually. This is because games often have dynamic gameplay so you will certainly have to do things programmatically (especially when you consider the limitations of the Xcode 6 editor).
Some people (including myself) may use their own custom editor for designing levels etc. Whereas interface builder is standard because it has become very powerful over the years and works perfectly with UIKit.

How may I know framework behind an iOS Game? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to know which framework or development tools,IDE behind for any iOS Game.
I have tried on google but i didn't found any clue. Please help me for knowing framework behind iOS games.
I have listed some games here. Please let me know if any body know development tools,framework,IDE behind listed games.
1)Grand Defense.
2)Tower Defense.
3)Castle Defense.
There are many games such like listed games. I want to know development tools behind particular iOS Game. I will appreciate for any help.
Thanks In advance.
If you want to precisely know which game uses what, do the following:
Download the game. Decrypt it using some common cracking tools (I do not encourage piracy however!)
Run the class-dump utility on it (google it!), this will generate a list of classes the game has inside.
Compare the class names to the most common game engines to see exactly which one used in the particular game.
you say Frameworks means Opensource and Game Engine??
if right, refer a following site:
http://www.tonylea.com/2011/best-iphone-game-frameworks/
http://maniacdev.com/2009/08/the-open-source-iphone-game-engine-comparison/
In Generally, If you are using objective-C, IDE is xcode. I recommend.
See GameSalad without code development Game.
Tower Defence using a cocos-2d Tutorial following below:
Tower Defence Tutorial for cocos-2d part1
Tower Defence Tutorial for cocos-2d part2

what the technology to create a real time application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
i wanna to know what the technology must i do when i want to create an application like:
real time application ?
multiplayer in game ?
sometimes i'm read this article keep alive.
what is that support in socket TCP ?, i'm already read server push but is many example work under HTTP, how about in TCP like create a socket TCPServer and TCPClient.
There isn't just one "go-to" technology for making real-time / multiplayer gaming applications. You have to understand a multitude of different programming realms like graphics manipulation, threading, networking(TCP,etc). I would say it would be good for you to pick up a book on game development and design at your local library, bookstore or on the web. You also want to decide where and how you want to run the game. If you are going for a desktop application you are probably going to want to use a language like Java or C++/C#. For web applications Java and Flash are historically the way to go, and there is even a growing case for games written primarily in javascript (presumably with a .NET/PHP back-end).
If you want to jump right in you might try a framework like Unity which I believe is based on Microsoft's .NET framework. This tool has a lot of things built into it which would help you get started.
I know that is not a lot of specific information but hopefully it points you in the right direction.