BazkieBumpercar / GameplayFootball

Football game, discontinued
The Unlicense
198 stars 68 forks source link

I can't find any header files #5

Closed hasanleiva closed 4 years ago

hasanleiva commented 5 years ago

Hi I can't find any header files from archive. For example, (shared_ptr.hpp , condition. hpp ) I think these files are part of Blunted2 engine. Can you help me:)

BazkieBumpercar commented 5 years ago

Yes, this project also need the blunted2 engine, you can find it at https://github.com/BazkieBumpercar/Blunted2 Also, you need some c++ boost libaries. I hope this helps :)

acoppola commented 5 years ago

You need to compile blunted2 engine (setup all those libraries that are required when I run cmake) as static library and then compile gameplayfootball.

hasanleiva commented 5 years ago

Thanks for support. I want to import or remake thjs project in Unity Game Engine. What do you can advice to me?

acoppola commented 5 years ago

Well, Unity use a different programming language. Import o remaking the project is very complex. I don't know what is your level of knowledge but you need to do things step by step. Buy a course on Udemy and some books, study them, then begin to develop simple games, and in the end, when you are confident, try to develop a football game using some of the very clever tricks that Bastian used. Developing this game took some years to him so this is not easy at all.

BazkieBumpercar commented 5 years ago

What @acoppola says! Furthermore, I would use my game as 'handy guide', and maybe use some assets; not 'literally' port it. Good luck :)

hasanleiva commented 4 years ago

Hi Baastian Have you got compiled app of animationtool(blunted2)??