Thread: The creation of a game from scratch on a live stream

  1. #1
    Registered User
    Join Date
    Aug 2019
    Posts
    2

    Smile The creation of a game from scratch on a live stream

    Hello everybody!


    A little background: after 3.5 years developing a single game (my first commercial game) and releasing it to the PC and PS4, I realized I didn't actually know programming. I started off by just visually connecting nodes in Unreal and by the time the game demanded some C++ to integrate the console SDKs with the FMOD middleware and all sorts of crazy stuff, I desperately searched the internet, asked a ton of people and tried-and-error'ed my way into release. I decided to take a step back and learn programming for real.


    I learned C and C++, game engine programming, low level and high level code. I really fell in love with it.


    Professionally, I had an opportunity and ended up leaving the indie games industry; so I could do whatever project I wanted in my free time, no need to earn money with that.


    Since I was really enjoying writing games from scratch, I decided to focus on that. After a couple of games (and inspired by other programming live streams) I decided to make an entire game, in C, from scratch, on a live stream.


    It's been a great experience, although it is pretty hard and there is a certain pressure do to everything as fast as I can, to get tangible results. But that is a valuable skill to learn. I'm also improving my English skills, and my attention skills (I have two seconds to glance at chat to see if there is anything there while the program compiles, all the while not forgetting what I am doing).


    The game is coming along pretty nicely. As of this writing, I have live streamed 16 times, and they last anywhere from 2.5h to 4h.


    Here is the progress of the game: YouTube




    The idea was to start with a simple Breakout clone, but expand on the gameplay idea: what if all other arcade games were based on Breakout?




    You can watch the whole development process, learning not only the actual programming to get the game going starting off with a blank files and no libraries, but also some of the design decisions and the experimentation with the failed ideas (there were already a few).


    Here is the link to my Youtube channel for you to watch the live streams:


    YouTube


    For the people short on time, I have created a Highlights video showing the main moments of the first few live streams:


    YouTube


    The game (and its entire source code) is available for free on itchio: danzaidan.itch.io




    I hope you find this interesting.
    Let me know if you enjoyed it, or have any questions.


    Thanks,
    Dan Zaidan

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    I'm not going to watch all those livestreams, but your highlights video was nice.
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Aug 2019
    Posts
    2
    Quote Originally Posted by GReaper View Post
    I'm not going to watch all those livestreams, but your highlights video was nice.
    Thanks! The idea was exactly that, make a nice summary for people who don't want to watch the whole thing!
    My new tutorial also has that mind set.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [to admin] The live stream bot
    By Mario F. in forum General Discussions
    Replies: 4
    Last Post: 11-25-2016, 02:12 PM
  2. The upcoming Windows Azure live stream
    By CoffeCat in forum Tech Board
    Replies: 3
    Last Post: 06-07-2012, 05:19 PM
  3. UFC: Jones vs Evan live stream supplied in my post
    By Annonymous in forum General Discussions
    Replies: 2
    Last Post: 04-21-2012, 09:51 PM
  4. Making a game from scratch
    By mramazing in forum Game Programming
    Replies: 16
    Last Post: 06-06-2010, 10:32 AM

Tags for this Thread