Skip to content

NikitaKolotushkin/PythonRayCasting2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonRayCasting2D

Visualization of Ray Casting technology in python.

screenshot

How to change map?

  • Open a map.py file
  • Find the "text_map" variable
  • Change map
Map example:
text_map = [
    'WWWWWWWWWWWW',
    'W.WW.......W',
    'W......W...W',
    'W..........W',
    'W..........W',
    'W....WWWW..W',
    'WW.........W',
    'WWWWWWWWWWWW'
] 

Note: The wall is indicated by the symbol 'W', and empty space by the symbol '.'

About

2D ray casting visualization app, designed in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages