Making a game from scratch using plain English in 5 hours

Опубликовано: 04 Июль 2026
на канале: PecaCS
72
5

A year ago I made English into a programming language. Can I use it to make a game from scratch?
CHAPTERS:
00:00 Start
00:44 My old opengl code in plain english
01:50 What game we will make
03:36 Plain english gets compiled to c++ with my compiler
04:05 My project from following the OpenGL tutorials
08:21 Let's render a blank window
19:47 I made compiler for english to c++
29:33 Let's render a simple rectangle
50:59 Got a rectangle on the screen
52:01 Going over what actually happened
01:05:49 Intro on what are shaders
01:16:51 Back to making the breakout game
01:35:27 Abstracting away blocks in their own header file
02:53:53 Finally solving really annoying bug
03:01:49 Let's make simple level
05:02:34 I documented my 10 days learning opengl
05:06:43 Draft of a simple level rendering