It's good to move all the games into Games package for finding them easier in module list.
This line should be added line into .info file:
package = "Games"
The same for Breakout, Chess, Connectiv, Invaders, magicsquares, pong, Tetris, etc.
#364923: move all the games into Games package
Comments
Comment #1
skinhat commentedMaybe I can do that next time I do a release of games.
Comment #2
kenorb commentedAnd the same with menu, that their will be in subgroup Games.
When I want to change in configuration games (like update a path) I need to remember all names, and then I can find them in one place.
Comment #3
skinhat commentedI've added 'package = "Games"' to tetris.info
Comment #4
skinhat commentedDone invaders
Comment #5
skinhat commentedDone pong
Comment #6
skinhat commentedDone connectiv
Comment #7
kenorb commentedYou can also consider some code clean up.
You shouldn't use php ending tags at the end of .module files.
Comment #8
kenorb commented