Author Topic: Ascii Wilderness - New Lua Roguelike Prealpha release-  (Read 5925 times)

rustle

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Ascii Wilderness - New Lua Roguelike Prealpha release-
« on: December 24, 2011, 09:19:08 PM »
Ascii Wilderness pre alpha released, first release.  Homepage is here:
Minor features implemented.  Uses Slang graphics library, runs on win xp/7/vista
Stability: Good

http://asciiwilderness.blogspot.com/p/ascii-wilderness.html

written in LUA 5.0 the code is Public domain, it uses the slang graphics interpereter.

So far implemented:
--some crafting
--deer herd based on simulated sound and prefer groups, but sometimes become stragglers.
--lanters work at night and have wicks and shutters that can be adjusted.
--you can pickup and equip a bow and (*) target a square and (ret) fire an arrow and kill a deer, (a)ctivate the corpse while possessing a knife to butcher and get meat...
« Last Edit: December 24, 2011, 11:00:00 PM by rustle »

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Ascii Wilderness - New Lua Roguelike Prealpha release-
« Reply #1 on: December 24, 2011, 09:47:13 PM »
Yep, good stuff.  What sort of plan of attack is on the agenda for the order in which the next goal or so to be tackled/roadmap?
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

rustle

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Re: Ascii Wilderness - New Lua Roguelike Prealpha release-
« Reply #2 on: December 24, 2011, 10:52:10 PM »
The general direction is wilderness survival and feeling "immersed" in the game world through thoughtful AI of it's inhabitants.

Working on graphics fixes now,
then ai and items and inhabitants, all meshed together most likely, with multiple rewrites as per my style.  I find as I add those, elements of the game engine get programmed along the way.  Thanks for taking an interest.

I am an amateur programmer so other than the LUA 5 manual and some roguebasin articles I don't have much to go on.  No release schedule, I'm married and I have a kid and a wife and 20 cats.

HOWEVER my love of roguelikes is strong - i have been working on this project since I started BASIC programming at age 12.  I think thats sixteen years ago.
« Last Edit: December 24, 2011, 11:01:08 PM by rustle »

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Ascii Wilderness - New Lua Roguelike Prealpha release-
« Reply #3 on: December 25, 2011, 12:04:19 AM »
Immersion eh?  Gave any serious thought to eventual Sound implementation, even if just ambient?

Sounds like a good plan---keep at it!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

rustle

  • Newcomer
  • Posts: 4
  • Karma: +0/-0
    • View Profile
    • Email
Re: Ascii Wilderness - New Lua Roguelike Prealpha release-
« Reply #4 on: December 25, 2011, 12:10:08 AM »
I think sounds are great - have no idea how to program them in.  I will have to do some research on lua and sound effects and or music eventually.

Thanks!  The plan has worked so far.
« Last Edit: December 25, 2011, 12:29:57 AM by rustle »