7 Respostas
+ 8
Then your best friend could
a) buy one or look for a free game,
b) hire someone to create it,
c) learn programming and create it themselves?
+ 7
And why did you link these codes?
And have you considered making the game yourself instead of copying it from someone else?
+ 3
Program it yourself!
You can use python, js, unity, unreal engine… there are so much motors.
+ 3
Hi Jeremy Czerczak
There are several options for 3D game development. The most popular ones are as follows:
Download Roblox Game Studio and watch a "how to make a game" video on YouTube: https://www.roblox.com/create.
Download Unreal Engine and watch a "how to make a game" video...: https://www.unrealengine.com/en-US/download.
Download Unity Engine and watch a "how to make a game" video...: https://unity.com/download.
Here are some resources for tutorials and game templates(source code):
Roblox tutorials: https://create.roblox.com/docs/tutorials
Game templates (free source code) available at:
Unity Asset Store: https://assetstore.unity.com/templates
Unreal Engine: https://www.unrealengine.com/en-US/blog/game-templates-in-ue4
Programming Languages needed : Lua programming language C++ Programming language C#
With the game engines its possible to get a game running with little to no code.
+ 2
Unity asset store can be a good place to pay a visit
0
Because my best Friend wil a 3D game
0
Download unity. It is free, it is simple, there are tutorials. There are even 3d libraries for Python. 3DPANDAS or something is one? If your friend has never made a game and is not able to google something, maybe start in 2d with something easier. Just import pygame or arcade in python and do a platformer or something. Using the Tiled map editor makes level creation easy.