The method playGame() of type Psp must override or implement a supertype method
你没有保存接口
每次写完一个接口都要记得保存 要不然eclips找不到你写的接口的
你实现的接口里没有playGame方法
你的是实现接口的方法报错,提示信息是移除该方法。所以应该去接口(IPlayGame)这个接口去看看你定义的方法是不是漏写了什么关键字,或者是多加了关键字