DEV Community

Paige Thompson
Paige Thompson

Posted on • Originally published at paige.bio on

My game idea

Background I’ve been wanting to make a game for a long time now… suffice to say I have occasionally played around with some things like tile maps. Here’s a trivial list comprehension that produces a tile map that could be potentially used for a game (numeric cells are empty spaces, # cells are walls): Unless you’re familiar with tile map games this is probably especially hard to relate to given that the “sprites” are just ASCII characters.

Top comments (0)