CodeNewbie Community 🌱

# gamedev

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Game Engine 3 — A Shell for Visual Game Programming in Python

Game Engine 3 — A Shell for Visual Game Programming in Python

Comments 6
4 min read
Digging into open-source Unity VR Games. Part 1: RocketMan

Digging into open-source Unity VR Games. Part 1: RocketMan

1
Comments 5
12 min read
Little adventure in pursuit of errors. The Battle for Wesnoth

Little adventure in pursuit of errors. The Battle for Wesnoth

Comments 2
14 min read
Why Generalists Will Survive the Gaming Industry’s Collapse

Why Generalists Will Survive the Gaming Industry’s Collapse

Comments 5
3 min read
Programming Games by Hand Using Odin

Programming Games by Hand Using Odin

2
Comments 34
3 min read
S20:E6 — How to create successful mobile games

S20:E6 — How to create successful mobile games

11
Comments 13
1 min read
Debugging as a Solo Game Developer: My Workflow

Debugging as a Solo Game Developer: My Workflow

4
Comments 23
5 min read
Game Development Projects for Hacktoberfest

Game Development Projects for Hacktoberfest

6
Comments 38
3 min read
Beginner gamedev? Has anyone used Scratch?

Beginner gamedev? Has anyone used Scratch?

3
Comments 7
1 min read
A Definitive Guide to Completing Your First Game Jam

A Definitive Guide to Completing Your First Game Jam

6
Comments 86
8 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);