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
Liberated Pixel Cup

Concave - LPC

malmqda
Thursday, July 26, 2012 - 17:06

Here is my little summerproject, its called Concave.

Its a simple little hack n slash game written in python, so it should work on all platforms.

When i started to write the game i had only one requirment, i wanted randomized dungeons but as usual everything grew from there.

 

If anyone wants to test it the location is:

http://code.google.com/p/concave/

or clone it directly with: git clone https://code.google.com/p/concave/

Requires pygame (http://www.pygame.org/)

 

Work left to do:

* Add magic hotbar info.

* Make hotbar configurable.

* Fix fire magic so it does something.

* And a bunch of bugs.

* Cut out wall and floor instead of displaying everything

 

And if there is time:

* Add more magics

* Rewrite main game loop

 

So if anyone finds a bug please do report it.

 

Obligatory pictures:

Attachments: 
Preview
Screenshot from 2012-07-02 14:08:30.png Screenshot from 2012-07-02 14:08:30.png 7.4 Kb [62 download(s)]
Preview
Screenshot from 2012-07-02 18:42:27.png Screenshot from 2012-07-02 18:42:27.png 29.1 Kb [58 download(s)]
Preview
Screenshot from 2012-07-04 03:35:39.png Screenshot from 2012-07-04 03:35:39.png 31.8 Kb [45 download(s)]
Preview
Screenshot from 2012-07-12 17:04:57.png Screenshot from 2012-07-12 17:04:57.png 35.2 Kb [1834 download(s)]
Preview
Screenshot from 2012-07-17 11:16:24.png Screenshot from 2012-07-17 11:16:24.png 56.4 Kb [8 download(s)]
Preview
Screenshot from 2012-07-27 01:52:55.png Screenshot from 2012-07-27 01:52:55.png 58.7 Kb [275 download(s)]
  • Log in or register to post comments
pennomi
joined 14 years 6 months ago
Thursday, July 26, 2012 - 19:09
pennomi's picture

Just want to say this is looking pretty good!

  • Log in or register to post comments
andrewj
joined 12 years 11 months ago
Thursday, July 26, 2012 - 19:40

Your caves look a lot better than my dungeons, which didn't turn out very well.  Having wide passageways between rooms makes for better gameplay.

  • Log in or register to post comments
qubodup
joined 16 years 1 month ago
Thursday, July 26, 2012 - 19:51
qubodup's picture

Video of me running around helplessly :)

  • Log in or register to post comments
malmqda
joined 12 years 9 months ago
Friday, July 27, 2012 - 09:12

Ahh perfect to see someone else playing, it really showed what was missing :)

I have balanced the enemies a bit and have added some buttons to escape menu, and added a start help text.

  • Log in or register to post comments