Play Soccer on Minetest!
Go to file
kaeza d1b2a6b268 Add multiple ball colors, and increased a bit ball maxspeed.
Idea and textures due to user Xiug. Thanks goes to him.
Also added contributors to the README.
2013-08-28 22:02:06 -03:00
models Initial commit 2013-05-26 20:36:06 -03:00
textures Add multiple ball colors, and increased a bit ball maxspeed. 2013-08-28 22:02:06 -03:00
LICENSE.txt Added readme and license files 2013-05-26 20:52:37 -03:00
README.txt Add multiple ball colors, and increased a bit ball maxspeed. 2013-08-28 22:02:06 -03:00
depends.txt Initial commit 2013-05-26 20:36:06 -03:00
init.lua Add multiple ball colors, and increased a bit ball maxspeed. 2013-08-28 22:02:06 -03:00

README.txt

Soccer Mod
----------

Play soccer on Minetest!

This currently only provides the ball; the actual logic for implementing a match
will be implemented in the future. For now, you can use Mesecons Wooden Pressure
Plates along with some logic to at least handle scoring. Goals are also provided
but have no functionality.

The ball is not craftable ATM. Use /giveme soccer:ball_item, and place it with
right-click. You can take it again by punching it.

You can push the ball by standing near it, and kick it by holding the "sneak"
key (by default "Shift"). The ball will get pushed/kicked in the direction the
player is facing (you can center-on the ball by looking up).


Special thanks
--------------
- 12Me21: Ideas about the crafting recipe.
- ecube: Original (black) texture.
- Xiug: Ideas and textures.