Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xandao-dev/logical-game
A simple terminal game to train logical operators
https://github.com/xandao-dev/logical-game
logical-operators python python3 terminal-game
Last synced: 20 days ago
JSON representation
A simple terminal game to train logical operators
- Host: GitHub
- URL: https://github.com/xandao-dev/logical-game
- Owner: xandao-dev
- License: mit
- Created: 2019-12-04T04:07:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T01:19:15.000Z (over 2 years ago)
- Last Synced: 2024-12-17T17:52:39.797Z (24 days ago)
- Topics: logical-operators, python, python3, terminal-game
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Logical Game
I'ts a game about logical operations, you just need to choose a level that will correspond to the number of operations you have to think of. After you respond to the game will show a step by step explanation of the operation.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
### Features
* Logical operators (and, or, not)
* Step by step solution
* Infinite and random levels### Built With
* [Python3](https://www.python.org/) - A general-purpose, high-level programming language
* [random](https://docs.python.org/3/library/random.html) - A library for generating random numbers## Usage
* Run the game
```sh
python3 logicalGame.py
```## Roadmap
See the [open issues](https://github.com/xandao-dev/logical-game/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](./LICENSE.md) for more information.
Free software =)
## Contact
Alexandre Calil - [Linkedin](https://www.linkedin.com/in/xandao-dev/) - [[email protected]](mailto:[email protected])
Project Link: [https://github.com/xandao-dev/logical-game](https://github.com/xandao-dev/logical-game)