Cooperative art game using Canvas
graphitimaze.com
Cooperative art game using Canvas
1–9 of 9 posts
Re: Cooperative art game using Canvas
#2Re: Cooperative art game using Canvas
#3The author here. The whole thing is written in Rails and hosted on Heroku which has been great. Canvas was surprisingly easy to work with coming from almost no javascript experience. Anyways let me know what you think. Thanks
Re: Cooperative art game using Canvas
#4The author here. The whole thing is written in Rails and hosted on Heroku which has been great. Canvas was surprisingly easy to work with coming from almost no javascript experience. Anyways let me know what you think. Thanks
You guys are totally trashing the place and I love the guy who is putting up fake walls.
And after I change my avatar, I just can't find it amidst the noise.
Re: Cooperative art game using Canvas
#5Re: Cooperative art game using Canvas
#6The author here. The whole thing is written in Rails and hosted on Heroku which has been great. Canvas was surprisingly easy to work with coming from almost no javascript experience. Anyways let me know what you think. Thanks
- The first square you end up in might be closed. So it's hard to know what's going on since the keys don't seem to respond (it took me some time to realize that)
- The walls should be shared between adjacent squares. Right now, one wall can be made of the right border from one square and the left border of the square on the left. Which means you can lock "people".
Kind of fun though :)
Re: Cooperative art game using Canvas
#7The author here. The whole thing is written in Rails and hosted on Heroku which has been great. Canvas was surprisingly easy to work with coming from almost no javascript experience. Anyways let me know what you think. Thanks
I could see two issues: - The first square you end up in might be closed. So it's hard to know what's going on since the keys don't seem to respond (it took me some time to realize that) - The walls should be shared between adjacent squares. Right now, one wall can be made of the right border from one square and the left border of the square on the left. Which means you can lock "people". Kind of fun though :)
Re: Cooperative art game using Canvas
#8Earlier quoted context omitted.
You guys are totally trashing the place and I love the guy who is putting up fake walls.
Pretty neat. I wasn't aware that there were other mazes, and I don't think other people do as well. Make the exits more clear. Also, it might be kinda neat to have 'erasers' that walk the maze that destroy a single line, and the community can work together to trap it soemwhere. And after I change my avatar, I just can't find it amidst the noise.
Re: Cooperative art game using Canvas
#9I've been kind thinking of making something with Canvas. I didn't know it had this potential. Thanks for sharing!