Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Show off your project!

Attack Vector -- shoot (at) voxels in retro style!

nosycat
Monday, July 14, 2014 - 10:49
nosycat's picture

Hello, everyone. After several weeks of work, I'm proud to present a demo of my latest game: Attack Vector, a rail shooter with voxel graphics and retro sensibilities. While the art is all mine (for obvious reasons), using Dawnbringer's 16-color palette, all other assets are from OGA -- which has worked amazingy well. The audio in particular fits so well, you'd think I had a musician on the team!

You can download the game from its homepage. It requires Python and PyGame; I'm afraid there are no binary packages, though if anyone wanted to help with that... And yes, the code itself is open source.

Okay, about the graphics: you'll notice I used a rather unique approach: it's voxel-based, but instead of making it truly volumetric, I paired each sprite with a depth map to create a kind of bas-relief. I have them as XPM and PGM files, respectively; do you think it would make sense to upload them to OGA? This kind of art can't be used directly; you need some code to render it in pseudo-3D. But that code is fairly trivial.

 

Attachments: 
Preview
attack-vector-005.png attack-vector-005.png 93.6 Kb [0 download(s)]
Preview
attack-vector-074.png attack-vector-074.png 142.7 Kb [0 download(s)]
Preview
attack-vector-075.png attack-vector-075.png 103.3 Kb [0 download(s)]
Preview
attack-vector-177.png attack-vector-177.png 125.7 Kb [0 download(s)]
Preview
attack-vector-205.png attack-vector-205.png 114.7 Kb [0 download(s)]
Preview
attack-vector-249.png attack-vector-249.png 116.8 Kb [0 download(s)]
  • Log in or register to post comments
bart
joined 14 years 2 months ago
Monday, July 14, 2014 - 10:55
bart's picture

That's a pretty neat aesthetic.  Nice work. :)

  • Log in or register to post comments