Simple C++ game wanted.
4727
$100
- Posted:
- Proposals: 2
- Remote
- #106987
- Archived
Description
Experience Level: Intermediate
I want a John Conway's "Game of Life" programmed in c++ that can be open and ran in c++. That follows these stipulations.
Displays a 100x100 grid (10,000 cells total)
User can click on cells to "active" them
User can click on living cell to "deactivate" them
Evolution commences when the G key is pressed
Game is reset when the R key is pressed
Correct implementation of game rules
Uses at least one class
Appropriate use of OOP principles/design
And follows the four rules of the game:
1)Any live cell with fewer than two live neighbours dies, as if caused by under-population.
2)Any live cell with two or three live neighbours lives on to the next generation.
3)Any live cell with more than three live neighbours dies, as if by overcrowding.
4)Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.
Displays a 100x100 grid (10,000 cells total)
User can click on cells to "active" them
User can click on living cell to "deactivate" them
Evolution commences when the G key is pressed
Game is reset when the R key is pressed
Correct implementation of game rules
Uses at least one class
Appropriate use of OOP principles/design
And follows the four rules of the game:
1)Any live cell with fewer than two live neighbours dies, as if caused by under-population.
2)Any live cell with two or three live neighbours lives on to the next generation.
3)Any live cell with more than three live neighbours dies, as if by overcrowding.
4)Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.
Brian B.
0% (0)Projects Completed
1
Freelancers worked with
1
Projects awarded
50%
Last project
9 Dec 2011
United States
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies