File: todo.html

package info (click to toggle)
pysol 3.00-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,532 kB
  • ctags: 2,019
  • sloc: python: 12,324; makefile: 133; sh: 3
file content (46 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>
<HEAD>
<TITLE>PySol ToDo List</TITLE>
<LINK REV="made" HREF="mailto:markus.oberhumer@jk.uni-linz.ac.at">
</HEAD>

<BODY TEXT="#000000" BGCOLOR="#F0F0FF" LINK="#0000FF" VLINK="#660099" ALINK="#FF0000">

<H1>PySol ToDo List</H1>

Planned for the next version
<UL>
<LI> Add sound support (need samples)
<LI> Think about a fancy win animation
</UL>

To be done some time...
<UL>
<LI> Improve the documentation
<LI> Improve demo intelligence in some games (Spider, Forty Thieves)
</UL>

If you want to contribute to PySol you're welcome to
<UL>
<LI> Improve the documentation
<LI> Create even more attractive card sets
<LI> Tell me how PySol works on a Macintosh
<LI> See the README for more things where you could help
</UL>

Long term plans
<UL>
<LI> Try JPython with the Swing toolkit
<LI> Add toolkit support for KDE, Gnome or wxWindows. After some
experimentation I'm not convinced if this is really worth
the effort - Tcl/Tk isn't that bad after all.
</UL>


<P>
<BR>
<A HREF="index.html">Back to the index</A>
</BODY>
</HTML>