Skip to content

Commit 52ec6fc

Browse files
committed
quick readme notes
1 parent 2341de5 commit 52ec6fc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
things to include in readme, random ideas:
2+
3+
- how a lot of python aspiring beginners are into pygame and are interested in developing simple games for
4+
practice, but struggle to share their games with nontechnical friends who aren't python users without having
5+
to package it with something like pyinstaller etc., requiring peopl to trust executables and so on. Allowing
6+
pygame-like functionality in the browser for simple games feels like an untapped potential. Our project
7+
explores the possibility of building in browser games with relatively simple usage of python, writing modular
8+
classes for audio handling, keyboard and mouse input, scene handling etc., which if refined with further time
9+
could be reusable for simple games.
10+
11+
- credits who did what on the team etc.

0 commit comments

Comments
 (0)