I want to code a video game,what code would make trees,buildings and stuff appear? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to code a video game,what code would make trees,buildings and stuff appear?

And what code would make characters move?

30th Mar 2017, 6:33 PM
Sam
2 Answers
+ 9
You need to know this, learn Python and Pygame if you wanna make a simple game in 2D. Pygame (Python Game Development) Playlist: https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAjkwJocj7vlc_mFU-4wXJq Or Unity and C# Unity C# Scripting Tutorial For Beginners-Learn C# For Unity Game Development: https://www.youtube.com/playlist?list=PLytjVIyAOStpT8xJyijH4uG4nEPexvj18 Unity C# Beginner Tutorial Series: https://www.youtube.com/playlist?list=PLivfKP2ufIK7SCuf1Sevu196JhgKMX42T Unity official tutorials: https://unity3d.com/learn/tutorials/s/scripting
30th Mar 2017, 6:41 PM
Maz
Maz - avatar
+ 7
For 3D experience you might try pyglet module. After tinkering a bit with it I think it's fairly easy to use and still has powerful enough OpenGL capabilities. Have a look (Python+pyglet): https://www.instagram.com/p/BQ-8ubDDTNi/ (watch until the end ;)
31st Mar 2017, 7:20 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar