Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsotroav/schokoban
https://github.com/zsotroav/schokoban
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zsotroav/schokoban
- Owner: zsotroav
- License: gpl-3.0
- Created: 2023-10-05T22:37:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T14:58:55.000Z (about 1 year ago)
- Last Synced: 2024-11-06T06:15:50.188Z (2 months ago)
- Language: C
- Size: 227 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
┏┓┏┓┓┏┏┓┓┏┓┏┓┳┓┏┓┳┓
┗┓┃ ┣┫┃┃┃┫ ┃┃┣┫┣┫┃┃
┗┛┗┛┛┗┗┛┛┗┛┗┛┻┛┛┗┛┗
```## Schokoban
This project was my big homework for the "Basics of Programming 1" course in
university for the fall semester of 2023-24.## Made using
- CLion 2023.2.2
- Visual Studio Code ([for markdown](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced))## More information
- Specification for the project: [spec.md](spec.md)
- Developer's documentation: [DEV_DOC.md](DEV_DOC.md)
- User manual: [USR_DOC.md](USR_DOC.md)## Legal & License
Copyright (c) 2023 Zsombor TörökThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .