1
0
mirror of https://github.com/kaeza/minetest-soccer.git synced 2025-07-15 14:30:24 +02:00

Added readme and license files

This commit is contained in:
Diego Martínez
2013-05-26 20:52:37 -03:00
parent 567a05dfc4
commit deb7d8ddb2
2 changed files with 42 additions and 0 deletions

17
README.txt Normal file
View File

@ -0,0 +1,17 @@
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).