Skip to content

A basic Doom Rasterizing concept clone that uses a text file map to create tiles in game

License

Notifications You must be signed in to change notification settings

lcox74/TileBasedRasterizingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tile Based Rasterizing in Python

The basic rasterizing in python uses pygame and tile based maps. There are many clipping errors with this but it works well with turning a text file tile based map into a 3D environment. The game runs relatively fast and bullets are physical objects that have a velocity in the direction of when the player shot it.

Controls

  • Up, Down Arrows = Movement
  • Left, Right Arrows = Rotation
  • Space = Shoot

About

A basic Doom Rasterizing concept clone that uses a text file map to create tiles in game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages