GitXplorerGitXplorer
A

Tycho-Space-RL

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
541008f8dfc67faaa0b410a098640df785bb9ffa

package for pypi

AAurelianTactics committed a month ago
Unverified
042f7344122c405fe90a8f77bbe45809e34dcc48

making a pip package

AAurelianTactics committed a month ago
Unverified
887ff7af2d6a67251659a4ab16d120935282ed4b

add test cases

AAurelianTactics committed a month ago
Unverified
de4dbb9cc6d8944bccd1fd56485afd6a6aa29157

ready for testing

AAurelianTactics committed a month ago
Unverified
e61dbaf246fa8cbdb23eb2c5d62f7d2afebe9ddb

update logic and UI

AAurelianTactics committed a month ago
Unverified
e140ea37bf7e4e053f81a49565b018c54946c8e1

update game logic

AAurelianTactics committed 2 months ago

README

The README file for this repository.

Tycho Space RL: Gymnasium Environment and Stand-alone Pygame

Tycho Space RL is a simple turn-based game. Each player starts with one star. The winner is the one who captures all of his opponent's stars. This is a turn-based game where players simultaneously enter their moves.

Goals:

  • Create a Gymnasium-compliant environment
  • Can also be played as a standalone game
  • Trying out new Copilot and AI coding tools
  • Goal is to have those tools do as much of the work as possible