Temple of Anput

Show off your games, demos and other (playable) creations.
User avatar
BozoDel
Party member
Posts: 164
Joined: Fri Nov 01, 2013 10:28 pm

Re: Temple of Anput

Post by BozoDel »

I GIVE UP

Also, this should be on Vapor.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Temple of Anput

Post by josefnpat »

BozoDel wrote:Also, this should be on Vapor.
Is this game feature complete? I saw this, and didn't know;
andmatand wrote: but it's not 100% done...
Otherwise I'm totally on board with getting this into vapor. It's a good game!
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
andmatand
Prole
Posts: 21
Joined: Wed Jan 25, 2012 8:46 pm
Location: Eugene, OR
Contact:

Re: Temple of Anput

Post by andmatand »

josefnpat wrote:
BozoDel wrote:Also, this should be on Vapor.
Is this game feature complete? I saw this, and didn't know;
andmatand wrote: but it's not 100% done...
I thought about this when I saw Vapor. I guess it depends on what you mean by "feature complete". It is "complete" in the sense that you can play it from start to finish, but I am working on a much more substantial ending right now, and there are more NPCs and items in my design-notes that have yet to be implemented. But to someone who doesn't know all that (everyone besides me) I guess it looks like a finished game. :)

I feel like at the very least I want to finish this ending. Vapor can handle updates to the game from there, yes?
josefnpat wrote:Otherwise I'm totally on board with getting this into vapor. It's a good game!
Thanks! Vapor is a cool idea btw!
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Temple of Anput

Post by josefnpat »

andmatand wrote:Vapor can handle updates to the game from there, yes?
Indeed it can!
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
andmatand
Prole
Posts: 21
Joined: Wed Jan 25, 2012 8:46 pm
Location: Eugene, OR
Contact:

Re: Temple of Anput

Post by andmatand »

Since LÖVE 0.9.0 has been officially released, I have now merged in the 0.9.0 branch I had been working on. Thus, Temple of Anput now requires LÖVE 0.9.0 to run, and the win32 build now uses 0.9.0.

This also means FUN NEW BONUS FEATURES thanks to 0.9.0!
  • Gamepads now have vibration support
  • Because of LuaJIT, the rooms are generated about 350% faster now!! (although rooms are generated in a separate thread in the background so you won't actually notice a difference)
  • Fullscreen mode now uses "fullscreen desktop" mode
The new platform-portable PRNG also excites me because of the procedurally generated nature of this game, but I have yet to take advantage of it.

EDIT: The ability to have multiple distinct PRNGs has really come in handy! I have now changed things such that each map (including layout of rooms, placement of items and monsters, etc.) is generated in an entirely deterministic manner, based on the initial seed. This means that theoretically you could do a Spelunky Daily Challenge type of thing where different people could use the same random seed and play the same map.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests