Skip to content

nicolas-arnaud/Cub3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUBE3D

Subject

Resources :

Issues:

  • report invalid mapfile:
    • wrong extension,
    • unacessible file (wrong permission, directory, missin name)
    • invalid color : Ci > 255, Ci < 0, i > 4
    • invalid texture (wrong permission, missing wall orientation texture, missing used block texture (warning + use default unknow texture))
    • empty line in map description,
    • unauthorized character in map description (!isdigt)

TODO:

Parsing

  • read file,
  • extract walls textures,
  • extract sky and ceil colors
  • import map into chained list,
  • comvert list to 2D array.
  • save player pos,
  • handle errors,
    • not closed map
    • texture files not exist, not permited or with wrong extension
    • impossible color used
    • [-] missing map

Quit

  • clean and exit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published