-
Notifications
You must be signed in to change notification settings - Fork 0
Checkers #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: spaceship
Are you sure you want to change the base?
Conversation
…nd jumps when possible by same player as per checker game rules
reneemeyer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
James, the javascript seems sound and the concept interesting however I'm failing to see the practicality and accessibility of this game. The assignment was to use DOM methods to create a checkers game, and console.log() is a debugging feature for developers, so the only people that would play this game would be developers. Also playing on the console introduces a myriad of unnecessary complexity. I see you have the logic part down, however in a real world development environment you won't be developing games or applications for the real world. I would save this as a fun side project and focus more on grasping DOM techniques and user interactions.
|
Sure. I fully understand. Will resubmit.
Sent using the mail.com mail app
…On 9/18/17 at 9:56 AM, Renee Dudley wrote:
reneedudley requested changes on this pull request.
James, the javascript seems sound and the concept interesting however I'm failing to see the practicality and accessibility of this game. The assignment was to use DOM methods to create a checkers game, and console.log() is a debugging feature for developers, so the only people that would play this game would be developers. Also playing on the console introduces a myriad of unnecessary complexity. I see you have the logic part down, however in a real world development environment you won't be developing games or applications for the real world. I would save this as a fun side project and focus more on grasping DOM techniques and user interactions.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#7 (review)
|
checkers in console & command line