Is it possible to create an educational war boardgame like Game of The Generals in LOVE?
Here are some images of the board game:
http://manigerz34.files.wordpress.com/2 ... board1.png
http://gamemedia.wcgame.ru/data/2011-07 ... nerals.jpg
http://www.salpakanna.com/images/gg.png
http://www.rarityguide.com/museum/image ... pieces.JPG
http://fc07.deviantart.net/fs24/f/2007/ ... ngScar.jpg
http://upload.wikimedia.org/wikipedia/e ... _cover.jpg
Here's the manual of the board game:
https://dl.dropbox.com/u/82438269/How%2 ... Manual.pdf
Game of The Generals
Re: Game of The Generals
WIll you please help me in creating it?
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Game of The Generals
We would certainly be happy to help you when you have problems, but you really ought to look up the tutorials, read the wiki, and search the forums first.JohnnyM21 wrote:WIll you please help me in creating it?
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: Game of The Generals
This reminds me of a board game called "Stratego".
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: Game of The Generals
Thanks!josefnpat wrote: We would certainly be happy to help you when you have problems, but you really ought to look up the tutorials, read the wiki, and search the forums first.
This game is actually a mix of Chess and Stratego.Davidobot wrote: This reminds me of a board game called "Stratego".
Maybe I'll just start by creating Dots and Boxes, as this game seems to hard for my knowledge of lua and LOVE. I'll start with something simple.
Re: Game of The Generals
For the actual board it self, check out https://love2d.org/wiki/Tutorial:Gridlocked_Player. You could use the zeros in the example as the actual board and the ones as a wall around the game. Then, instead of drawing a square draw your own textures.JohnnyM21 wrote:Thanks!josefnpat wrote: We would certainly be happy to help you when you have problems, but you really ought to look up the tutorials, read the wiki, and search the forums first.
This game is actually a mix of Chess and Stratego.Davidobot wrote: This reminds me of a board game called "Stratego".
Maybe I'll just start by creating Dots and Boxes, as this game seems to hard for my knowledge of lua and LOVE. I'll start with something simple.
Code: Select all
if map[y][x] == 1 then
love.graphics.draw(brick, x * 32 - 32, y * 32 - 32)
end
Good Luck
Who is online
Users browsing this forum: No registered users and 5 guests