About 29,300 results
Open links in new tab
  1. python - chess game program [SOLVED] | DaniWeb

    As you know the inventor of the game chess was quite a clever fellow. As the story goes the inventor presented the game to the king and the king was quite ...

  2. Chess in Python | DaniWeb

    A console chess program that features normal chess rules including Castling, En Passant and promotion by choice. Detects draw if only kings are left, ...

  3. [PYTHON] Place pieces on a chessboard [SOLVED] | DaniWeb

    Apr 17, 2016 · Hello, I would like to create a chess game GUI but I have a problem with my code. When I run my programm, at the beginning, my code is supposed to read a ".lvl" file to place …

  4. mathematics - Grains of rice on a chessboard (Python) | DaniWeb

    May 10, 2015 · A few hundred years ago the glorious leader of a big country wanted to reward the creator of the chess game. The creator of the game simply wanted one grain of rice put on the …

  5. converting python code to java? [SOLVED] | DaniWeb

    Hi, I am new to Java but familiar with python, I need to convert my code from python to Java can anyone help me? Much appreciated! import random suits ...

  6. python - Unicode chessboard in a terminal | DaniWeb

    This python 2 code snippet uses unicode chess symbols and box drawings symbols to display a chessboard in a terminal. With a terminal profile having a monospace font of size 20 or more, …

  7. python - Integrating OpenAI Web Search API in LangGraph

    May 8, 2025 · You can integrate the Web Search API in Python using the OpenAI Python library. However, most advanced agentic applications in Python are developed using an orchestration …

  8. python - Nine Mens Morris Game | DaniWeb

    Good start — drawing the board is half the job. Split the project into three pieces: a model (board state, adjacency, mill triples), a view (your drawn circles + highlighting), and a controller …

  9. Python guessing game changing difficulty [SOLVED] | DaniWeb

    Sep 23, 2013 · I am a 14 year old student studying python and in this guessing game i would like to know how to create different difficulty levels, i've had a go but i continue to get a syntax …

  10. Game of snaps in python [SOLVED] | DaniWeb

    Oct 6, 2011 · i've got an assignment to write a program that simulates a game of snaps in python but don't know how to get started, your help would be appreciated! Here is the question: Write …