Game Development

From Soyjak Wiki, The Free Soycyclopedia
Revision as of 15:55, 14 April 2024 by Kekistaniwarrior (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This page is a stub or is unfinished. (You) WILL help by expanding it


Game Development is the art of creating videogames. In the Soyical Arts, it refers to Soyjak-themed video games released by 'teens. It dates back to 6 gorillion B.C. when dinosaurs played swordfight with their 🍆🍆🍆🍆. Now it is used to create slow-burn kafkaesque indieslop trannieslop brimstone or triple-AAA IPs filled to the brim with microtransactions. If you want to learn Game Development but don't know how; this is your guide.

Programming

How to Install a Compiler

https://code.visualstudio.com/ Microsoft compiler, make sure to install the Python extension and when creating your file, add the suffix .py to it so that it registers as a python file.

https://unity.com/ Game engine

Which Language Should I Use?

Well it depends on what you're gonna do. C++, C# and Python are best for game development, Java and Javascript are good for web-based app development. For simplicity's sake, the programming language used (as of 14th April 2024) will be Python.

Basic Syntax and Comments

The first thing you will learn if you are a complete dumbass at programming is basic syntax. The "print" syntax is extremely simple and thus is the starting point for all great programmers. Most niggers write down 'print("Hello World!")' but that's cucked and retarded so we'll do something better.

Python
print("whats up nigga")

Comments are also really good if you want to describe what is going on in your program. You use "#" before writing your comment if it's single-line, and """ """ for multiline.

Python
print("nigger") # Absolute gem
print("nigger") 

"""
TND NOWWWWW!!!!!!
"""