accmltr / scala-games

A game engine for writing games in Scala.
MIT License
4 stars 0 forks source link

Complete Render Package And Remove Sprites #67

Closed accmltr closed 8 months ago

accmltr commented 8 months ago

To conform to the idea of this being a prototyping game-engine, and due to time-constraints, the render package should only be able to render polygons and lines with simple colors and not sprites.

Remove the sprite rendering feature and make sure polygons are as simple as possible.