2-D Lighting Theory
Posted
by
Richard
on Game Development
See other posts from Game Development
or by Richard
Published on 2012-10-23T14:21:43Z
Indexed on
2012/10/23
17:22 UTC
Read the original article
Hit count: 195
I am writing a rogue-like 'zombie' management game. The game map will be similar to Prison Architect. A top-down 50 X 50 grid.
I want to implemented a day night cycle and during the night I would like the player to be able to position lights.
I would like to be able to lighten and dark to whole map to display the day and night cycle.
Then lights would be a circle of light blocked by game entities such as walls, players, trees etc.
How would I achieve and what is the standard way of achieving this?
© Game Development or respective owner