OpenXcom Forum
Contributions => Offtopic => Topic started by: pmprog on December 13, 2012, 10:15:14 am
-
Wrote this for a Christmas getaway I'm going to with friends. Okay, so you need lots of joysticks, but that's the point, everyone plays off the same computer
https://www.youtube.com/watch?v=A2HoGDqE1So
I've not had chance to actually upload it to my website yet, hopefully over the weekend.
I'm intending to add network support, so linking several PCs up, each with up to 8 local players should make for some interesting games.
If you've never heard of British Bulldogs, here's some information about the game on Wiki (https://en.wikipedia.org/wiki/British_bulldogs_%28game%29)
Edit: Actually, I could put the GitHub source link up :)
https://github.com/pmprog/BritishBulldog
-
Hey i use to play this as a kid ( pretty sure we call it something else over here though ), looking at your code now , still trying to make sense of programming and how everything links together, i have plans for a kids game myself so i have started working on the first model last night in blender , i must say i suck at it :P
Great work , thanks for sharing.
-
looking at your code now , still trying to make sense of programming and how everything links together
If you need me to explain any of it, just give me a shout
Great work , thanks for sharing.
No problems :)
-
Have you ever produced anything for the Iphone , seams crazy the amount of money people spend on there little applications, its got me wishing i was smarter and more creative ;)
-
No, IIRC you need a Mac to write IOS apps using XCODE (though I think you can buy other cross platform dev kits). I have considered it though. Would mean having to buy one of those phones to test on though, and I really don't want one.
Still, I have to be realistic if I ever actually thinking of trying to make it as an indie game studio
-
There's various cheap cross-platform tools out there now (Unity, UDK, Game Maker, etc.), but yeah you'd at least want an iPhone to test it on. Android is more managable for the cheapskate indie developer. ;)
-
I've got UDK installed, and I've had Unity installed before. Couldn't work out how to do anything with either of them.
If I could guarentee I'd actually get around to producing something for the i-devices, I really would take the plunge with some of my cash. Given all the other stuff that crops up all the time, I'm just not in a position to really give it a whirl.
Who knows, maybe someday soon
-
i found this yesterday , https://gamekit.org, https://code.google.com/p/gamekit , Honesty i don't understand 95% of this programming stuff but it can load Blender files direct ( thus my interest, i was looking into the Blender game engine when i followed this link) and claims to build to most systems..