Closed Thread
Results 1 to 8 of 8

Thread: quick and easy programming code any takers?

  1. #1
    logic is offline Newbie
    Join Date
    Mar 2010
    Posts
    3
    Rep Power
    0

    Question quick and easy programming code any takers?

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: quick and easy programming code any takers?

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    logic is offline Newbie
    Join Date
    Mar 2010
    Posts
    3
    Rep Power
    0

    Re: quick and easy programming code any takers?

    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 :
    1. 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.
    2. 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.
    Test for a win: if all the targets have diamonds over them, the player has solved the puzzle and won the game. Check for this after each move and when the player wins, indicate the win somehow (at the simplest level, just display a "You Won!" message, but I'd encourage you to try to do something more complex).
    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...

  5. #4
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: quick and easy programming code any takers?

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    logic is offline Newbie
    Join Date
    Mar 2010
    Posts
    3
    Rep Power
    0

    Re: quick and easy programming code any takers?

    say what?

  7. #6
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: quick and easy programming code any takers?

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    atheium's Avatar
    atheium is offline Programming Professional
    Join Date
    Jun 2010
    Posts
    299
    Blog Entries
    10
    Rep Power
    8

    Re: quick and easy programming code any takers?

    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?!

  9. #8
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: quick and easy programming code any takers?

    I am forced to use Windows at work. I use Ubuntu for personal, and almost never touch Windows at home.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help on this homework code quick!
    By KingSnake91 in forum C and C++
    Replies: 15
    Last Post: 04-27-2011, 08:45 AM
  2. Quick (and probably easy) question regarding c++
    By mainevent403 in forum C and C++
    Replies: 10
    Last Post: 02-05-2011, 07:15 PM
  3. Quick program for easy money!
    By Noob4Basic in forum Services for Buy/Sell/Trade
    Replies: 1
    Last Post: 04-15-2010, 07:36 AM
  4. Really Quick and Easy question about positioning in CSS
    By tradingjamie in forum JavaScript and CSS
    Replies: 3
    Last Post: 07-01-2009, 06:24 PM
  5. Can someone do this quick/easy program for me?
    By clearsights in forum C and C++
    Replies: 4
    Last Post: 09-24-2008, 01:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts