- 3
How can I create a combat fighting game using c++?
I've to create the game in turbo c++ compiler! So can I make the games?
8 Antworten
+ 3
Making a game using turbo C++ is a waste of time.
You should use current C++ not outdated C++ Turbo.
For C++ games (not turbo)
here is a thread
https://www.sololearn.com/discuss/488976/?ref=app
+ 3
@Jayneel
edit
Ok then.
I know current C++
you need to find a turbo C++ library
to make your game.
Or start from scratch
+ 1
1. you need to create your own raycast.
2. check if player inside the line.
3. has attack is activated?
https://en.m.wikipedia.org/wiki/Ray_casting
*this is for 2d / 3d games*
+ 1
@Manual But buddy my project is on to create games on turbo c++..
I am not mad that I m searching for outdated version..
+ 1
@Martin Taylor i heard about it, but it never interested me.
0
But I want dos games buddy!
0
@Jayneel Chellani dos games are 2d. you'll have to use raycast if you want to create combat fighting. unless you'll come with another way to do it.
0
you need to read somebooks, but you can do it