Need somone who is excellent at Torque Game Builder to make a project similar to this
http://www.rocksolidarcade.com/games/dogfight2/
with the exstra options of :
- Multi players (offline and online)
- Players can edite aircrafts, weapons tamplets
- Players can buy sell their items , aircrafts , weapons
- Admin can make levels
- Admin can make aircrafts, items m weapons tamplets
Using TGB the game will be on the folowing:
- Xbox 360
- wii
- iphone
- browser
this is a simple easy 2d game to build .. so i would exspect reasonble pricing .. i exspect the following from you:
- if you have no exsperince in TGB please do not bid
- a demo of perviouse work
- you will do the graphics , sound , and everyything else
- i want this to be done within 3-4 months sharp after all specifications are cleare (specs wont change later)
- in case of delay with no acceptable reason (which is only me changing specifications) neither payment or work will be accepted
May the best win the bid
Need somone who is excellent at Torque Game Builder to make a project similar to this
http://www.rocksolidarcade.com/games/dogfight2/
with the exstra options of :
- Multi players (offline and online)
- Players can edite aircrafts, weapons tamplets
- Players can buy sell their items , aircrafts , weapons
- Admin can make levels
- Admin can make aircrafts, items m weapons tamplets
Using TGB the game will be on the folowing:
- Xbox 360
- wii
- iphone
- browser
this is a simple easy 2d game to build .. so i would exspect reasonble pricing .. i exspect the following from you:
- if you have no exsperince in TGB please do not bid
- a demo of perviouse work
- you will do the graphics , sound , and everyything else
- i want this to be done within 3-4 months sharp after all specifications are cleare (specs wont change later)
- in case of delay with no acceptable reason (which is only me changing specifications) neither payment or work will be accepted
May the best win the bid
Need somone who is excellent at Torque Game Builder to make a project similar to this
http://www.rocksolidarcade.com/games/dogfight2/
with the exstra options of :
- Multi players (offline and online)
- Players can edite aircrafts, weapons tamplets
- Players can buy sell their items , aircrafts , weapons
- Admin can make levels
- Admin can make aircrafts, items m weapons tamplets
Using TGB the game will be on the folowing:
- Xbox 360
- wii
- iphone
- browser
this is a simple easy 2d game to build .. so i would exspect reasonble pricing .. i exspect the following from you:
- if you have no exsperince in TGB please do not bid
- a demo of perviouse work
- you will do the graphics , sound , and everyything else
- i want this to be done within 3-4 months sharp after all specifications are cleare (specs wont change later)
- in case of delay with no acceptable reason (which is only me changing specifications) neither payment or work will be accepted
May the best win the bid
Need somone who is excellent at Torque Game Builder to make a project similar to this
http://www.rocksolidarcade.com/games/dogfight2/
with the exstra options of :
- Multi players (offline and online)
- Players can edite aircrafts, weapons tamplets
- Players can buy sell their items , aircrafts , weapons
- Admin can make levels
- Admin can make aircrafts, items m weapons tamplets
Using TGB the game will be on the folowing:
- Xbox 360
- wii
- iphone
- browser
this is a simple easy 2d game to build .. so i would exspect reasonble pricing .. i exspect the following from you:
- if you have no exsperince in TGB please do not bid
- a demo of perviouse work
- you will do the graphics , sound , and everyything else
- i want this to be done within 3-4 months sharp after all specifications are cleare (specs wont change later)
- in case of delay with no acceptable reason (which is only me changing specifications) neither payment or work will be accepted
May the best win the bid
This needs be to completed in C++ OOP, running under Linux with pthreads.
Also no GUI is needed, this is a hyperthetical console application (there are no airplanes involved)
No this is not homework, it’s for demonstration purposes.
1. Currently, the airport has two runways, one for landing and one for taking off. Each runway
is equipped with a device that links to the Airport computer system.
Design and implement a C++ program that can provide the MARS control personnel with the
following information:
(i) Total number of aircrafts in the airport at any time (T)
(ii) Total number of aircrafts arrived in the last 24 hours (TA)
(iii) Total number of aircrafts departed in the last 24 hours (TD)
2. The airport is also equipped with a special unmanned vehicle (SUV) for transferring lugg
from a landed aircraft to the luggage area. There are two teams, team A and team B,
participating in this transfer. Team A loads a container of luggage from the landed aircr
onto the SUV and team B unloads that container from the SUV.
You can assume that:
- there are, on average, approximately ten containers to be transferred for each aircraf
(you can change the number of containers to some other number if you wish to do so);
- it takes, on average, one minute (you can change this amount of time if you wish) to lo
a container onto SUV and thirty seconds to unload a container. The loading and unload
teams are instructed to serve landed aircrafts on a first-come-first-served basis (landed
aircraft are put in a wait-queue for luggage transfer).
The control personnel want to see:
- which aircraft is being unloaded (aircrafts in the queue are respectively given virtual
tickets: 1, 2,3,