Difference between revisions of "RPG Project Twin"

From Chilipedia
Jump to: navigation, search
Line 10: Line 10:
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;"
 
| style="border:1px solid grey;"|0
 
| style="border:1px solid grey;"|0
| style="border:1px solid grey;text-align:left;"|RPG Project Twin [Intro] 0
+
| style="border:1px solid grey;text-align:left;"|[https://youtu.be/nw5NlBgZpKU RPG Project Twin [Intro] 0]
 
| style="border:1px solid grey;"|October 10, 2017
 
| style="border:1px solid grey;"|October 10, 2017
 
| style="border:1px solid grey;"|10:30
 
| style="border:1px solid grey;"|10:30

Revision as of 20:39, 13 October 2017

RPG Project Twin is a video series that aims to chronicle the progression and evolution of a game that is far more ambitious than the games covered in the Beginner/Intermediate C++ series. The reason for making this series is to inspire other growing developers to take a chance and start their own projects that have a larger scale, to show how an engine can evolve, and to showcase the skills learned in the C++ tutorials as well as explore design concepts and patterns not covered in the main C++ tutorial series. A major theme of this series is going to be taking chances and experimentation with code. Timid little bitches need not apply ;)

List of Episodes

Episode Number Title Release Date Runtime
0 RPG Project Twin [Intro 0] October 10, 2017 10:30

In this video Chili outlines general goals and format of the RPG Project Twin video series.

1 RPG Project Twin [Plans] 1 October 13, 2017 8:49

Chili describes the initial ideas for the graphics and gameplay of the game, and the initial goals for the first prototype. Also, more ranting about overplanning.

Source Code

The source code for the game engine is available at GitHub under the repository "Twin". It will be updated as videos are released to be contemporary with the latest video. Use the tags to navigate the commits and follow along with each video.