Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Unnamed Project: Top-Down 2D Game  (Read 15661 times)

0 Members and 1 Guest are viewing this topic.

CytraL

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • GitHub
Re: Unnamed Project: Top-Down 2D Game
« Reply #15 on: October 08, 2016, 06:05:20 am »
I'm very impressed by your project! Great job!
Can you give us a bit more info about the engine structure? Do you use ECS? Do you use scripting? It will be interesting to read how such complex stuff holds together. :D

Thx!! for now not use scripting.. but in the future when working on missions and npc's i like add lua scripting support. I can't explain good because my english is too poor :(

Yes.. ECS.


Used Tiled for mapping, Box2D for physics, 'pseudo' A* Pathfinding (I don't need know the short way to go from A to B) + raycast for A.I...
All systems are "separated" by engines.. lighting, physics, weather, ...

** Perhaps not readable :/

Cheers! (Sry again for my bad english :/)
dev@redneboa.es | WordPress | GitHub | YouTube

djm_jm

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Unnamed Project: Top-Down 2D Game
« Reply #16 on: November 08, 2016, 07:53:10 pm »
GTA II, great game, I spended some (very much) hours playing that. Good work !!

CytraL

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • GitHub
Re: Unnamed Project: Top-Down 2D Game
« Reply #17 on: December 26, 2016, 03:26:16 pm »
Thx! i'm working again on this... fixed some bugs and implemented new weapons like this...


http://imgur.com/JZu8uec
** Created using Bézier curves.

The next step is create the "missions system"... if any knows good implementation for that... show me it! xD

Cheer! Happy Holidays!
dev@redneboa.es | WordPress | GitHub | YouTube

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Unnamed Project: Top-Down 2D Game
« Reply #18 on: December 26, 2016, 07:01:16 pm »
Looks great! And seems like an interesting new weapon.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

CytraL

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • GitHub
Re: Unnamed Project: Top-Down 2D Game
« Reply #19 on: December 28, 2016, 08:37:21 pm »
Thx eXpl0it3r!

Here a video to show the current status of the "game":



Cheers!
dev@redneboa.es | WordPress | GitHub | YouTube

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Unnamed Project: Top-Down 2D Game
« Reply #20 on: December 29, 2016, 09:49:35 am »
Nice! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

CytraL

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • GitHub
Re: Unnamed Project: Top-Down 2D Game
« Reply #21 on: February 27, 2017, 03:09:10 pm »
OOopss... The colour is gone! O_o.... looks like broken printer xD

Anybody can help me with textures?


Cheers!
dev@redneboa.es | WordPress | GitHub | YouTube