i have a pretty simply project for someone to take on if they are interested it should take about 2 hours i have been told if you are an experienced C programmer. I need a C programmer not C++ worth fifty bucks? pm me for details. oh and i need it done asap
quick and easy programming code any takers?
Started by logic, Mar 08 2010 08:30 AM
7 replies to this topic
#1
Posted 08 March 2010 - 08:30 AM
|
|
|
#2
Posted 08 March 2010 - 06:12 PM
It depends ENTIRELY on the details as to whether any of us would be interested. Also, why do you care what language it's coded in? It would probably be much easier to code in C++, or maybe Java or Lazarus.
#3
Posted 10 March 2010 - 12:42 PM
because i need it done in c for a class, i am uping the price to 100$
and it needs to be done in the most basic of c programming please
the project is
Fix the movement :
There are a number of levels (that is, different puzzle maps) included here. You might find it helpful to pick a very easy level to solve for your testing, or even figure out how to build your own level that is simpler and allows for easy testing.
pm and ill tell you more and give you the source code...
and it needs to be done in the most basic of c programming please
the project is
Fix the movement :
- The guy should not be able to move through the red blocks ("walls"), or through the white shapes ("diamonds"). It should be able to move freely over the blue blocks with vaguely circlish white markings ("targets"). Diamonds can move similarly if they are pushed (see below) by the guy.
- If the guy is next to a diamond (horizontally or vertically) and moves onto the diamond square, the diamond should be "pushed" into the next square over if it is open (blank or a target). If the square that the diamond would be pushed onto is a wall or occupied by a diamond, neither the guy nor the diamond should move.
There are a number of levels (that is, different puzzle maps) included here. You might find it helpful to pick a very easy level to solve for your testing, or even figure out how to build your own level that is simpler and allows for easy testing.
pm and ill tell you more and give you the source code...
#4
Posted 10 March 2010 - 01:31 PM
Given that it sounds like you are using GUI libraries, or an OS API, this is immediately becoming non-trivial C. That, or you're using conio.h, which is non-portable.
#5
Posted 10 March 2010 - 04:07 PM
say what?
#6
Posted 11 March 2010 - 02:44 PM
C doesn't have colors. You must, therefor, be using a library that provides for color. If I code it (on Linux) it will probably NOT be what you expected when it fails to compile on Windows.
#7
Posted 06 June 2010 - 05:20 PM
well at the very least he's offering to pay for someone to do his homework for him. still. this is silly.
and o.O the panther is a penguin?!
and o.O the panther is a penguin?!
#8
Posted 07 June 2010 - 06:50 AM
I am forced to use Windows at work. I use Ubuntu for personal, and almost never touch Windows at home.


Sign In
Create Account

Back to top









