i want the code o snake game by using c lanuage anyone can help?:)

Recommended Answers

All 3 Replies

No. But google might.

lol.. seriously?? you want a whole game by simply typing that sentence? sorry!

int main()
{
    drawSnake();
    makeMagicalNeverendingLoopUntilPLayerDies();
    maybeDrawGraphics();
    doMathz();
    checkScore();
    hackNSADatabases();
    chill();
    waitForTurn();
    exit;
    return 666;
}

Here buddy this should help you start!! :3

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.