codingteam / Hyperspace

Simple 2D game written in Clojure and Kotlin.
MIT License
9 stars 4 forks source link

Draw traces as lines instead of dots #6

Closed anjensan closed 12 years ago

anjensan commented 12 years ago

Draw traces as lines instead of rects (this improves drawing performance). Limit max number of bullets (30). Limit max bullet distance (3000). Don't place players on planet (need more checks).