LibXenonProject / Tank360

Tank Game on Xbox 360 made with LibXenon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is going to get flushed out more.

For now, i decided to work on creating an engine / game from scratch made in and from libxenon and lzx.

Thanks to libxenon team.
Thanks to Ced2911, Cancerous, Tuxuser for Libxenon / LZX / Encouragement
Thanks to Blackwolf for the upcoming music
Thanks to Mattie for the idea

Thanks to STK50 for all you have done. Hope one day to work with you again.


NOTE: I made a minor modification to LibXenon to make this work. I added a time() function to Libxenon\Drivers\Time\Time.h

extern int time();

and in libxenon\drivers\time\time.c

int time() {
  return (int)mftb();
}

This is to seed the random number generator.

This is still very basic much more to come.

About

Tank Game on Xbox 360 made with LibXenon


Languages

Language:C++ 74.1%Language:C 19.2%Language:Objective-C 5.3%Language:Shell 1.3%