Latest Learning Activity
The simple answer to this is time. We only have so much time before we graduate a student. We can only touch on so many things and go in depth to even fewer.
For example, I tend to teach certain soft skills throughout the entire program, but I don’t focus much on them. The reason b…
LAST: Why Colleges II
This is part of a series of same titled blogs that focus on the teaching of gaming above the high school level. As a professor who taught (and sometimes still teaches) gaming, I’ll share my perspective on the pros and cons. I’m going to try to go in depth on what to…
Okay, I think I understand a lot better now. Thank you to all of you for helping me out.
If you want to work in games then the 2 top languages are C++ and C#. In your specific situation I would recommend downloading the Unity engine and using that to teach yourself C#. It is a very similar language to Java and you can get quick results with Unity. Make some small and simple games in Un…
@ShoCosplay Hi! Your link seems to be broken. I am looking for an interesting project to start with and this one seems like the one. I am currently studying computing technologies and been playing around on my own with Unity and C# for the last 2 years. I hope to hear from you soon!
ItsJamie said:
I currently a web developer and have experience with html, css, javascript as well as php and c#. I have always wanted to create a game however have only recently found out how. Most of the game dev work (playing around) I have done has been Java using LWJGL, however am also open to l…
@juniorvas Hey juniorvras :)
We're a team of 3 who love developing games with Unity as a hobby and are looking for a few more people to join us. We are close to finishing our current project and starting with a new concept.
I'm 26 years old and responsible for programming and game design while the tw…
Hello and welcome to this weeks Dev Diary!
Today I'll be continuing on how upscaling heightmaps affects the end result, when you wan't to create more detailed terrain with ease.
After last weeks test with the heightmap upscales, I decided to try to upscale the heigthmap even further - fr…
A number of years ago, I had the opportunity to work on a trailer with a very established music producer. To give you an idea: he had recently finished contributing to a Rihanna album.
I was ecstatic for the opportunity. I get to work with and learn from this guy?! YASS!
We listen…
Hello and welcome to this weeks Dev Diary!
This week I will be showing some comparisons on how upscaling heightmaps effect them and what potential gains that might have for the developer.
First though, a tiny report concerning my PC; I re-installed my Windows 10 to see if that would redu…
Before starting production on Nanotale, we took some time to prototype various typing gameplay ideas. When prototyping, you have to focus on the things you want to test, and iterate on them as fast as possible. There is no time to document everything. But the prototypes do not always speak by th…
I've started a Youtube channel for anyone wanting to make a Indie MMO using the Unity3d game engine. Topics include:
- Business
- Kickstarter
- uMMORPG kit
- Atavism
- SpatialOS
- Community Building
- Interviews
- And more
You can access the channel here.
…As many already know -- Defold is a completely free game engine which provides a fully turn-key solution for game development across iOS, Android, HTML5, Mac OS X, Windows and Linux platforms. It includes a Visual Editor, Lua Code Editor, Scene Editor, Particle Editor and Tile Editor. A full s…
Automated builds are a pretty important tool in a game developer's toolbox. If you're only testing your Unreal-based game in the editor (even in standalone mode), you're in for a rude awakening when new bugs pop up in a shipping build that you've never encountered before. You also don't want to …
Learning game development in Unreal Engine could be a daunting task for someone who don’t know where to start, and a cumbersome process if you don’t organize your progression correctly. One thing commonly known by experienced developers and by people unfamiliar with coding: mastering a developme…
There is a video version of this tutorial available here which compliments the article version:
https://www.youtube.com/watch?v=qRuVgGOL3fI
Welcome to the 2D UFO game guide using the Orx Portable Game Engine.
(Updated for 2021 and to support version 1.12 of Orx)
My aim for thi…