Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411431 Posts in 69363 Topics- by 58417 Members - Latest Member: gigig987

April 20, 2024, 03:50:46 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsDreamer's Tomb [004]
Pages: [1] 2
Print
Author Topic: Dreamer's Tomb [004]  (Read 4666 times)
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« on: February 16, 2017, 02:00:56 PM »

Dreamer's Tomb

Dreamer's Tomb is a procecedurally generated 2D roguelike.
In this project I am trying to scrap different ideas and prototypes I've made in the past and combine it with genres/mechanics I like the most.


This game is still a prototype. Main goal of this project is to create an endless dungeon runner with high replay value.



Any ideas, feedback or suggestions are more than welcome!  Beer!
« Last Edit: March 05, 2017, 02:22:28 PM by binaryboi01 » Logged

elastico90
Level 0
**


View Profile
« Reply #1 on: February 16, 2017, 03:25:23 PM »

Hi, you should fix the link :-) Anyway, I will try it and edit my post.

Edit: Okay, some very quick thoughts:
- your cool pixel font isn't displayed on my computer. Maybe it is installed on yours, but I think you'll have to ship it with your .exe-file. 
- I really like the feeling when walking around, that feels good, but I didn't like the idea of charging the arrows. I'm not sure if this is a main concept of your game, but I'd found it better with some billard/snooker-game behaviour (the farer away your mouse from the player is, the stronger you shoot).
- the physics of the pushable objects is a little strange, they aren't really pushed into the right direction.

Just some very quick notes, I'll give it another longer try.
« Last Edit: February 16, 2017, 03:32:34 PM by elastico90 » Logged
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #2 on: February 16, 2017, 11:10:28 PM »

Hi, thanks a lot for your feedback. Yes, objects are not working properly, but I am going to try and fix them in future releases. About bow charging. I guess charge mechanic is here to stay, I might tweak it a bit. I'll see what I can do to improve combat, thanks for your suggestion.

P.S. fixed download link  Facepalm
Logged

MereMonkey
Level 2
**


Creator of Music


View Profile WWW
« Reply #3 on: February 17, 2017, 04:46:08 AM »

Hey Valentin!

I just sent you a direct message on here with about 2 pages of notes I took while testing the game   Coffee

Didn't want to take up all of your dev log's space with them, so posted them there  Wink
Logged

My Site  -  My Twitter - *GASP* MY SPINACH PUFFS!
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #4 on: February 17, 2017, 05:03:29 PM »

A little update. I've managed to fix some performance issues and lots of small bugs. I am going to rework combat system, add proper UI and improve some features based on feedback. New version will be released tomorrow (hopefully  Addicted). Thanks a lot for all the suggestions!  Coffee
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #5 on: February 18, 2017, 04:20:13 PM »

I've just released a small update.

- Re-woked combat system (now with simple and special attacks)
- Added proper UI (work in progress)
- Fixed issues with camera and low FPS
- Little improvements and bug fixes



 Coffee Coffee Coffee
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #6 on: February 19, 2017, 07:01:45 AM »

At the moment I am working on adding upgrades. So here's the way I am doing this.

At the start of every run there's a list created with all the possible items arranged randomly.

Code: (python)

itemList = random.sample(xrange(1,5), 4)


This line of code means that list consists of 4 elements with value from 1 to 4 (non repeating), like this: {4,1,2,3}

After an event (ex. Boss dies) a loot object is created and animation is set to the 1 value from the list.

This how it looks in game:

Logged

InterGalactic
Level 0
***


Indigo Game Dev


View Profile WWW
« Reply #7 on: February 19, 2017, 07:12:18 AM »

It's looking like a great start so far! One thing though , I'm not totally sold on the colour scheme. One game that really did awesome in terms of retro colours is on this board called Riptale.
Logged

foofter
Level 4
****


MAKE THAT GARDEN GROW


View Profile WWW
« Reply #8 on: February 19, 2017, 08:43:14 AM »

Cool graphics and style! Nice colors and animation, too.
Logged


@_monstergarden (game) and @williamzwood (me)
See Monster Garden progress here: https://forums.tigsource.com/index.php?topic=56012.0
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #9 on: February 19, 2017, 08:53:32 AM »

It's looking like a great start so far! One thing though , I'm not totally sold on the colour scheme. One game that really did awesome in terms of retro colours is on this board called Riptale.

Thank you! Yeah, Downwell had similar color scheme to Riptale, looks cool.
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #10 on: February 19, 2017, 08:53:55 AM »

Cool graphics and style! Nice colors and animation, too.

Thanks a lot  Gentleman
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #11 on: February 19, 2017, 12:03:23 PM »

Here's an example of item drop and simple inventory with item descriptions. This will be included in an update early this week.



 Well, hello there!
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #12 on: February 20, 2017, 02:15:03 PM »

Update 0.2

I've just released an update on itch.io, some big changes and bug fixes.

  • Added loot into the game. Currently item pool is small and is dropped only by boss but this is going to be improved very soon. I have lots of ideas for cool items with different effects and synergies.



  • New enemy - Necromancer. Necromancer is capable of creating new enemies from corpses.




Other improvements:

  • Fixed object behaviours
  • Added potion drops
  • Fixed damage from simple and special attack
  • Reduced enemy damage
  • Added damage text
  • Some other minor things  Yawn
Logged

elastico90
Level 0
**


View Profile
« Reply #13 on: February 20, 2017, 05:03:50 PM »

Sounds good, I will try it and return with some feedback Smiley
Logged
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #14 on: February 21, 2017, 02:54:08 AM »

Sounds good, I will try it and return with some feedback Smiley

Thank you!
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #15 on: February 22, 2017, 03:26:04 AM »

Here's a little update. I've been busy past couple of days so there isn't really much to show. Currently I am working on adding story mode base to Dreamer's Tomb in order to build upon it in the future. Here's a test version of player's house which works as a hub between dungeon runs.



Have a nice week!  Gentleman
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #16 on: February 22, 2017, 02:49:23 PM »

Color palette changed  Roll Eyes



Might add 1 more contrast color for special attacks and items.
Logged

binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #17 on: February 26, 2017, 11:52:52 AM »

Update 003



This update is more of a cosmetic one. Changed color scheme, implemented fullscreen (can be toggled on and of from main menu), re-worked some enemies and finally fixed some problems with camera. Also this update includes lots of little tweaks and bug fixes and player's room.

Hope you enjoy this update!
You can play it on itch.io  Coffee
Logged

b∀ kkusa
Global Moderator
Level 10
******



View Profile
« Reply #18 on: February 26, 2017, 03:37:30 PM »

diggin the new palette  Hand Thumbs Up Left
Logged
binaryboi01
Level 0
***


Toy-like people make me boy-like


View Profile
« Reply #19 on: February 26, 2017, 10:46:58 PM »

diggin the new palette  Hand Thumbs Up Left

Thank you!  Gomez
Logged

Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic