mirror of
https://github.com/n0remac/2020GameJamPractice.git
synced 2025-12-08 02:05:13 -06:00
Merge pull request #14 from n0remac/readme-update
Reformat README to look more presentable
This commit is contained in:
15
README.md
15
README.md
@@ -1,10 +1,13 @@
|
|||||||
# 2020GameJamPractice
|
# 2020GameJamPractice
|
||||||
Practice project for https://pythondiscord.com/pages/events/game-jam-2020/
|
|
||||||
|
|
||||||
Before the Game Jam starts we should practice our work flow with this tuttorial:
|
## About
|
||||||
https://arcade.academy/examples/platform_tutorial/index.html
|
|
||||||
|
|
||||||
Step 1 - 3 have been completed. If you want to use pipenv here are instructions to integrate it with pycharm:
|
This repository serves as team practice for the [Python Discord](https://pythondiscord.com/)'s [Game Jam 2020](https://pythondiscord.com/pages/events/game-jam-2020/).
|
||||||
https://www.jetbrains.com/help/pycharm/pipenv.html#
|
|
||||||
|
|
||||||
Each person should practice making a new branch for one of the steps, making a pull request, and merging someone elses request.
|
The project is a sample project, built off a [basic starter tutorial](https://arcade.academy/examples/platform_tutorial/index.html) for the [Arcade](https://pypi.org/project/arcade/) game framework.
|
||||||
|
|
||||||
|
## Useful Links
|
||||||
|
|
||||||
|
1. [Using Pipenv with PyCharm](https://www.jetbrains.com/help/pycharm/pipenv.html)
|
||||||
|
|
||||||
|
2. [How to use PipEnv](https://www.youtube.com/watch?v=zDYL22QNiWk) by Corey Schafer
|
||||||
Reference in New Issue
Block a user