C++ "MouseLab" ASCII Game - A* algorithm

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 14

  • @mlhazan1
    @mlhazan1 10 лет назад +2

    Very nicely coded. I tried many scenario ...passed all.Good work mate.

    • @VmanMaslov1995
      @VmanMaslov1995  10 лет назад +1

      Thanks bro))

    • @mlhazan1
      @mlhazan1 10 лет назад

      VmanMaslov1995 I tried on VS2013 and got these Errors::
      Error 1 error C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details. c:\users\hasan\documents\visual studio 2013\projects\mouse lab\mouse lab\includes.h 36 1 Mouse Lab
      Error 4 error C2664: 'BOOL SetConsoleTitleW(LPCWSTR)' : cannot convert argument 1 from 'const char [9]' to 'LPCWSTR' c:\users\hasan\documents\visual studio 2013\projects\mouse lab\mouse lab\funcs.h 50 1 Mouse Lab
      6 IntelliSense: argument of type "const char *" is incompatible with parameter of type "LPCWSTR" c:\Users\Hasan\Documents\Visual Studio 2013\Projects\Mouse Lab\Mouse Lab\funcs.h 50 18 Mouse Lab
      Do you have any Idea to fix it?

  • @JustCC6057
    @JustCC6057 9 лет назад +2

    I love your games. Can you show us how you make one?

    • @VmanMaslov1995
      @VmanMaslov1995  9 лет назад +2

      +Siana Mirandjeva Wow, I did them years ago) But there are source codes for most of them, you will figure it out without a problem if you're into C++)

    • @JustCC6057
      @JustCC6057 9 лет назад +1

      +FatalIdiot's channel Though so :D. I will check them out. I will be making one for a school project. Any recommendations? The only requirement is to contain a few classes.

    • @VmanMaslov1995
      @VmanMaslov1995  9 лет назад +1

      +Siana Mirandjeva Check out "Zombie Overrun" base deffence game on my channel, really easy to make and a bit of fun to play, that might work perfectly for a little school project)

    • @JustCC6057
      @JustCC6057 9 лет назад +1

      thanks! I will try and improve it ;)

    • @VmanMaslov1995
      @VmanMaslov1995  9 лет назад +1

      Siana Mirandjeva Good luck)

  • @danielesquivel3155
    @danielesquivel3155 3 года назад +1

    muy bien

  • @stevefrt9495
    @stevefrt9495 8 лет назад

    Thanks you so much