Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to The Arcade Library!
# Welcome to The Arcade Library

<p align="center">
<a href="https://img.shields.io/pypi/l/arcade">
Expand Down Expand Up @@ -40,29 +40,29 @@ for example game jam entries and more.

## Stable Documentation

Read the stable documentation at https://api.arcade.academy.
Read the stable documentation at <https://api.arcade.academy>.

## Development Previews

Preview the next release at https://api.arcade.academy/en/development/.
Preview the next release at <https://api.arcade.academy/en/development/>.

## Citation

```
@Online{PythonArcade,
author = {Paul Vincent Craven},
title = {Easy to use Python library for creating 2D Arcade games.},
date = {2023-01-01},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pythonarcade/arcade}},
commit = {<insert hash if needed>}
}
@Online{PythonArcade,
author = {Paul Vincent Craven},
title = {Easy to use Python library for creating 2D Arcade games.},
date = {2025-01-01},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pythonarcade/arcade}},
commit = {<insert hash if needed>}
}
```

## Contact the Maintainers

The best way to contact and chat with the maintainers is on the
[Arcade Discord Server][].

paul@cravenfamily.com
<paul@cravenfamily.com>
2 changes: 1 addition & 1 deletion license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License
=======

Copyright (c) 2022 Paul Vincent Craven
Copyright (c) 2025 Paul Vincent Craven

The Arcade library is licensed under the `MIT License`_.

Expand Down
Loading