Difference between revisions of "Coding"

From Experimental Game Cultures
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Introduction ===
+
== Introduction ==
   
 
Coding can be essential for creating your digital projects. Here we gather some links/references to tutorials and sites that may help you.
 
Coding can be essential for creating your digital projects. Here we gather some links/references to tutorials and sites that may help you.
   
=== Useful Youtube channels ===
+
== Useful Youtube channels ==
   
==== Code Monkey ====
+
=== Code Monkey ===
 
https://www.youtube.com/c/CodeMonkeyUnity
 
https://www.youtube.com/c/CodeMonkeyUnity
   
 
Creates tutorials for Unity3D in which he explains coding principles for C#. Check out the C# basics videos for good foundational information in a quick pace.
 
Creates tutorials for Unity3D in which he explains coding principles for C#. Check out the C# basics videos for good foundational information in a quick pace.
   
=== Useful links ===
+
=== Web Dev Simplified ===
  +
https://www.youtube.com/c/WebDevSimplified
  +
  +
Creates tutorials for Web Development (HTML, PHP, JS,...) that could be used to build browser based games or experiences. Highly concise information in a quick pace.
  +
  +
== Useful websites ==
   
 
https://www.dcode.fr/
 
https://www.dcode.fr/

Latest revision as of 14:03, 25 September 2022

Introduction

Coding can be essential for creating your digital projects. Here we gather some links/references to tutorials and sites that may help you.

Useful Youtube channels

Code Monkey

https://www.youtube.com/c/CodeMonkeyUnity

Creates tutorials for Unity3D in which he explains coding principles for C#. Check out the C# basics videos for good foundational information in a quick pace.

Web Dev Simplified

https://www.youtube.com/c/WebDevSimplified

Creates tutorials for Web Development (HTML, PHP, JS,...) that could be used to build browser based games or experiences. Highly concise information in a quick pace.

Useful websites

https://www.dcode.fr/