2D Fighter/Arcade game: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This is a place holder for tutorials on creating a sideview or side scrolling style game with the source engine. | This is a place holder for tutorials on creating a sideview or side scrolling style game with the source engine. | ||
==Antfarm Source== | |||
The Basic Idea and code for such a mod can be found [http://www.antfarmsource.com/code/ Here]. | |||
Be aware, Antfarm source is in no way complete. For an online lag free third person experience one | |||
must create all local player animations on the client. |
Revision as of 00:14, 14 February 2007
This is a place holder for tutorials on creating a sideview or side scrolling style game with the source engine.
Antfarm Source
The Basic Idea and code for such a mod can be found Here. Be aware, Antfarm source is in no way complete. For an online lag free third person experience one must create all local player animations on the client.