BerryBots - a programming game - Raspberry Pi Forums
i've released first version of berrybots, programming game i've been working on raspberry pi. it's along lines of robocode (which love), robot battle, or logo/turtle - player programs behavior of ship moves around stage , (optionally) shoots @ other ships. bots , stages in lua, app c/c++, , raspberry pi graphics openvg. it's available mac/linux (maybe windows), raspberry pi has been first , primary target platform during initial development.
i've worked hard keep game rules , api simple , intuitive. has handful of features add pretty cool gameplay elements haven't seen in similar games.
stage lua program each ship (or team of ships) is, can have pretty wide range of gameplay styles. sample stages include mazes, race track, jousting, several arcade inspired single player games, , battle stages (which akin robocode / robot battle style of gameplay). can have walls on stage have navigate around , can't see through, there's secondary weapon that's slow , strong , shoots through walls, , writing teams made pretty easy since control ships single program.
can check out at: http://berrybots.com, watch overview video: http://www.youtube.com/watch?v=hu18ytjee1u, or hit github repo: https://github.com/voidious/berrybots.
hope - thanks!
i've worked hard keep game rules , api simple , intuitive. has handful of features add pretty cool gameplay elements haven't seen in similar games.
stage lua program each ship (or team of ships) is, can have pretty wide range of gameplay styles. sample stages include mazes, race track, jousting, several arcade inspired single player games, , battle stages (which akin robocode / robot battle style of gameplay). can have walls on stage have navigate around , can't see through, there's secondary weapon that's slow , strong , shoots through walls, , writing teams made pretty easy since control ships single program.
can check out at: http://berrybots.com, watch overview video: http://www.youtube.com/watch?v=hu18ytjee1u, or hit github repo: https://github.com/voidious/berrybots.
hope - thanks!
raspberrypi
Comments
Post a Comment