Skip to content
#

console-game

Here are 847 public repositories matching this topic...

philshem
philshem commented May 12, 2019

In the README.md, it'd be cool to have a list of interesting puzzles that users can choose to play, rather than a random puzzle

python3 play_puzzle.py ABCDEFG

For example, including less-frequently used letters like X,Z,Q, or finding 7-letter pangrams, etc...

(also consider scraping previous NYTimes letters: https://www.shunn.net/bee/?past=1 )

enhancement help wanted good first issue
maze
sunmeat
sunmeat commented Sep 19, 2021

Добавить новый тип объектов лабиринта - "лекарство", который при сборе поправляет здоровье на 5%. Здоровье персонажа не может быть более 100%, то есть, если здоровье уже на максимуме, то лекарство нельзя подобрать.

enhancement good first issue

This project will help you get more familiar with arrays. You will be recreating the game of battleships. A player will place 5 of their ships on a 10 by 10 grid. The computer player will deploy five ships on the same grid. Once the game starts the player and computer take turns, trying to sink each other's ships by guessing the coordinates to "attack". The game ends when either the player or computer has no ships left. link:https://courses.edx.org/courses/course-v1:Microsoft+DEV277x+1T2018/courseware/76c11a375a0e495e83ab68121566fb12/8f250da826d7405d8fecf99aca3a5e9a/?child=first

  • Updated Jun 12, 2020
  • Java

Improve this page

Add a description, image, and links to the console-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the console-game topic, visit your repo's landing page and select "manage topics."

Learn more