Name | WinColl JSON |
Version |
0.9.6
JSON |
| download |
home_page | None |
Summary | Simple rocks-and-diamonds game |
upload_time | 2024-12-21 12:34:19 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | GPL v3 or later |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# WinColl
https://github.com/rrthomas/wincoll
by Reuben Thomas <rrt@sc3d.org>
WinColl is a simple puzzle game in which you tunnel through caverns
collecting diamonds while avoiding being squashed by falling rocks. It is
based on [Repton](https://en.wikipedia.org/wiki/Repton_(video_game)) (but
without eggs and monsters).
I originally wrote WinColl for Acorn RISC OS. Original and updated [RISC OS
versions](<https://github.com/rrthomas/wincoll/RISC OS.md>) are available.
The name of the game is an abbreviation of my school’s. “Repton” is also the
name of a school, but I don’t believe the game was named after it!
## Credits
Level design and graphics also by Alistair Turnbull, Paul Smith and Jeremy
Douglas. Paul also designed the title graphic.
The sounds are from [Freesound](https://freesound.org), lightly adapted.
## Installation and use
The game provides instructions on how to play.
### Binary installers
Installers are available for GNU/Linux, macOS and Windows. See the
[latest release](https://github.com/wincoll/releases):
* The GNU/Linux version is a single binary; you need to make it executable
and then either copy it to a directory on your path, or run it directly:
`chmod +x NAME-OF-FILE; ./NAME-OF-FILE`
* The macOS version is a disk image file containing an application. Drag the
application to a suitable location (e.g. your Applications folder). macOS
will probably refuse to run it until you have approved it in System
Settings→Privacy and Security, under “Security”.
* The Windows version is a single `.exe`. Unfortunately it is detected as a
virus by most virus scanners, including Microsoft Defender, because Python
apps have often been used to distribute malware. Hence, you will probably
have to turn off virus scanning before you download it (to prevent it from
being immediately quarantined or deleted), and then add an exception for
it. After that, you can put the `.exe` file in a suitable location and
double-click it to play.
### Python package
If you are a Python user, this is the simplest way to get WinColl on most
machines.
Install with `pip`: `pip install wincoll`, then execute the command
`wincoll`.
## Creating and editing levels
Currently, to play edited or new levels you must have a source check-out of
WinColl from GitHub. (If this doesn’t make sense to you, sorry! I hope to
provide a simpler way to edit and play new levels soon.)
The level files are in the `wincoll/levels` subdirectory of the project, and
are [Tiled](https://www.mapeditor.org/) level editor files, so you will need
to install Tiled to edit them.
Having saved an edited level you can install the Python package with
`pip install .` or run it directly with `PYTHONPATH=. python -m wincoll`.
Some notes about level design:
+ The supplied levels have a brick wall all the way around. This is
conventional but not necessary: there’s an imaginary brick wall around the
outside of the level already.
+ Levels need exactly one start position (represented by placing the Win
character).
+ No other checks are done to make sure a level is possible to complete; for
example, you can place diamonds surrounded by bricks, or have safes but no
key.
The files are named `Level??.tmx` where the question marks represent two
decimal digits.
I welcome [pull requests](https://github.com/rrthomas/wincoll/pulls) for new
levels.
## Copyright and Disclaimer
WinColl is distributed under the GNU Public License version 3, or, at your
option, any later version. See the file COPYING.
THIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK.
WinColl’s code is copyright Reuben Thomas, and its levels and graphics by
Reuben Thomas, Alistair Turnbull, Paul Smith and Jeremy Douglas.
The font “Acorn Mode 1”, which is based on the design of Acorn computers’
system font, as used on the Acorn Archimedes on which WinColl was originally
written, is by p1.mark and licensed under CC BY-SA 3.0.
The sound effects are copyrighted and licensed as follows:
+ Diamond collection:
[Ding.wav by datasoundsample](https://freesound.org/s/638638/) under CC
BY 4.0
+ Rock fall:
[WHITE_NOISE-10s.wav by newagesoup](https://freesound.org/s/349315/)
under CC 0
+ Safe unlock:
[Old Church Bell (no noise) by igroglaz](https://freesound.org/s/633208/)
under CC 0
+ Death splat:
[Splat1.wav by Shakedown_M](https://freesound.org/s/685205/) under CC 0
Raw data
{
"_id": null,
"home_page": null,
"name": "WinColl",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Reuben Thomas <rrt@sc3d.org>",
"download_url": "https://files.pythonhosted.org/packages/93/72/7349e1a9563979f9ba3bde993757879a740b6a71e322961d18236e6c8c49/wincoll-0.9.6.tar.gz",
"platform": null,
"description": "# WinColl\n\nhttps://github.com/rrthomas/wincoll \n\nby Reuben Thomas <rrt@sc3d.org> \n\nWinColl is a simple puzzle game in which you tunnel through caverns\ncollecting diamonds while avoiding being squashed by falling rocks. It is\nbased on [Repton](https://en.wikipedia.org/wiki/Repton_(video_game)) (but\nwithout eggs and monsters).\n\nI originally wrote WinColl for Acorn RISC OS. Original and updated [RISC OS\nversions](<https://github.com/rrthomas/wincoll/RISC OS.md>) are available.\n\nThe name of the game is an abbreviation of my school\u2019s. \u201cRepton\u201d is also the\nname of a school, but I don\u2019t believe the game was named after it!\n\n\n## Credits\n\nLevel design and graphics also by Alistair Turnbull, Paul Smith and Jeremy\nDouglas. Paul also designed the title graphic.\n\nThe sounds are from [Freesound](https://freesound.org), lightly adapted.\n\n\n## Installation and use\n \nThe game provides instructions on how to play.\n\n### Binary installers\n\nInstallers are available for GNU/Linux, macOS and Windows. See the\n[latest release](https://github.com/wincoll/releases):\n\n* The GNU/Linux version is a single binary; you need to make it executable\n and then either copy it to a directory on your path, or run it directly:\n `chmod +x NAME-OF-FILE; ./NAME-OF-FILE`\n* The macOS version is a disk image file containing an application. Drag the\n application to a suitable location (e.g. your Applications folder). macOS\n will probably refuse to run it until you have approved it in System\n Settings\u2192Privacy and Security, under \u201cSecurity\u201d.\n* The Windows version is a single `.exe`. Unfortunately it is detected as a\n virus by most virus scanners, including Microsoft Defender, because Python\n apps have often been used to distribute malware. Hence, you will probably\n have to turn off virus scanning before you download it (to prevent it from\n being immediately quarantined or deleted), and then add an exception for\n it. After that, you can put the `.exe` file in a suitable location and\n double-click it to play.\n\n### Python package\n\nIf you are a Python user, this is the simplest way to get WinColl on most\nmachines.\n\nInstall with `pip`: `pip install wincoll`, then execute the command\n`wincoll`.\n\n\n## Creating and editing levels\n\nCurrently, to play edited or new levels you must have a source check-out of\nWinColl from GitHub. (If this doesn\u2019t make sense to you, sorry! I hope to\nprovide a simpler way to edit and play new levels soon.)\n\nThe level files are in the `wincoll/levels` subdirectory of the project, and\nare [Tiled](https://www.mapeditor.org/) level editor files, so you will need\nto install Tiled to edit them.\n\nHaving saved an edited level you can install the Python package with\n`pip install .` or run it directly with `PYTHONPATH=. python -m wincoll`.\n\nSome notes about level design:\n\n+ The supplied levels have a brick wall all the way around. This is\n conventional but not necessary: there\u2019s an imaginary brick wall around the\n outside of the level already.\n+ Levels need exactly one start position (represented by placing the Win\n character).\n+ No other checks are done to make sure a level is possible to complete; for\n example, you can place diamonds surrounded by bricks, or have safes but no\n key.\n\nThe files are named `Level??.tmx` where the question marks represent two\ndecimal digits.\n\nI welcome [pull requests](https://github.com/rrthomas/wincoll/pulls) for new\nlevels.\n\n\n## Copyright and Disclaimer\n\nWinColl is distributed under the GNU Public License version 3, or, at your\noption, any later version. See the file COPYING.\n\nTHIS PROGRAM IS PROVIDED AS IS, WITH NO WARRANTY. USE IS AT THE USER'S RISK.\nWinColl\u2019s code is copyright Reuben Thomas, and its levels and graphics by\nReuben Thomas, Alistair Turnbull, Paul Smith and Jeremy Douglas.\n\nThe font \u201cAcorn Mode 1\u201d, which is based on the design of Acorn computers\u2019\nsystem font, as used on the Acorn Archimedes on which WinColl was originally\nwritten, is by p1.mark and licensed under CC BY-SA 3.0.\n\nThe sound effects are copyrighted and licensed as follows:\n\n+ Diamond collection:\n [Ding.wav by datasoundsample](https://freesound.org/s/638638/) under CC\n BY 4.0\n+ Rock fall:\n [WHITE_NOISE-10s.wav by newagesoup](https://freesound.org/s/349315/)\n under CC 0\n+ Safe unlock:\n [Old Church Bell (no noise) by igroglaz](https://freesound.org/s/633208/)\n under CC 0\n+ Death splat:\n [Splat1.wav by Shakedown_M](https://freesound.org/s/685205/) under CC 0\n",
"bugtrack_url": null,
"license": "GPL v3 or later",
"summary": "Simple rocks-and-diamonds game",
"version": "0.9.6",
"project_urls": {
"Homepage": "https://github.com/rrthomas/wincoll"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c6a626eaaa9bd50e86f09a09998440bbb8d1586a426750e13b8bf61234125942",
"md5": "1042a5d8e89cb18f666cd6830415e74f",
"sha256": "c5390e906e389822472fc45ff0db68d0d10a95de51df84971a4b8a926d284407"
},
"downloads": -1,
"filename": "WinColl-0.9.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1042a5d8e89cb18f666cd6830415e74f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 377561,
"upload_time": "2024-12-21T12:34:17",
"upload_time_iso_8601": "2024-12-21T12:34:17.317770Z",
"url": "https://files.pythonhosted.org/packages/c6/a6/26eaaa9bd50e86f09a09998440bbb8d1586a426750e13b8bf61234125942/WinColl-0.9.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93727349e1a9563979f9ba3bde993757879a740b6a71e322961d18236e6c8c49",
"md5": "a369bd92cfce749be1aceb3fffdee38d",
"sha256": "16a0adede7de38cfd4954561f3252bb51caaf99e877f2831ee05c45d9efcc681"
},
"downloads": -1,
"filename": "wincoll-0.9.6.tar.gz",
"has_sig": false,
"md5_digest": "a369bd92cfce749be1aceb3fffdee38d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 375483,
"upload_time": "2024-12-21T12:34:19",
"upload_time_iso_8601": "2024-12-21T12:34:19.326055Z",
"url": "https://files.pythonhosted.org/packages/93/72/7349e1a9563979f9ba3bde993757879a740b6a71e322961d18236e6c8c49/wincoll-0.9.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-21 12:34:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rrthomas",
"github_project": "wincoll",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "wincoll"
}