Nir Soffer
Nir Soffer
We want to port the project to Windows, to make it easy to deploy the project in school environment, which may be using non-free software such as Windows (see #179)....
Have a static demo playing a pre-created (or randomly generated) game. Can be served as part of the documentation. The game can be simulated by client side "server" receiving control...
I think the only change needed is fixing the setup.py which is very old and probably missing stuff.
Currently we have listen to 2 ports: - TCP/8888 - using line based protocol, used by rose-client - TCP/8880 - used for web side, xmlrpc, and websocket Trying to deploy...
The guide should explain the recommend workflow: - Fork the project on github - Add upstream remote - How to send PR with multiple commits - squash mode - fixing...
Document the examples drivers in examples/. The python source drivers are documented inside the source, but the compiled drivers (e..g score.pyc) added in #243 have no documentation. I think adding...
Currently when a game is played, the server generate a new game state on each cycle, and send the new state to all clients. Clients process the new state and...
Currently the driver module gets a world object with this interface: - wolds.car.x - the x coordinate of the this car - words.car.y = the y coordinate of the this...
We have initial docs directory with some content duplicated from the README.md and examples/README. We need to remove the duplication, and improve the layout. When we write the docs, we...
The current container is bloated: ``` $ podman image tree rose_dev Image ID: f21337769175 Tags: [localhost/rose_dev:latest] Size: 1.157GB Image Layers ├── ID: 5bdeef4a08f3 Size: 129.2MB ├── ID: dadd8968e76c Size: 11.3MB...