rusty2048-core 0.1.6

Core game logic for Rusty2048 - A modern 2048 game implementation with AI, scoring, and replay system
Documentation

Core game logic for Rusty2048

This module provides the fundamental game mechanics including:

  • Game board representation
  • Move validation and execution
  • Score calculation
  • Game state management
  • Random number generation with seed support