emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b24a4b1: [poker] Version 0.2, update copyright years and a


From: Mario Lang
Subject: [elpa] master b24a4b1: [poker] Version 0.2, update copyright years and add todo
Date: Thu, 11 Aug 2016 17:12:34 +0000 (UTC)

branch: master
commit b24a4b18b8ca1bf225be7b8db16ff61028e633b1
Author: Mario Lang <address@hidden>
Commit: Mario Lang <address@hidden>

    [poker] Version 0.2, update copyright years and add todo
---
 packages/poker/poker.el |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/packages/poker/poker.el b/packages/poker/poker.el
index a630baf..fbfa78c 100644
--- a/packages/poker/poker.el
+++ b/packages/poker/poker.el
@@ -1,10 +1,10 @@
 ;;; poker.el --- Texas hold 'em poker
 
-;; Copyright (C) 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2016  Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Maintainer: Mario Lang <address@hidden>
-;; Version: 0.1
+;; Version: 0.2
 ;; Keywords: games
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,12 @@
 
 ;; poker.el provides Texas hold 'em poker gameplay for Emacs.
 
+;;; Todo:
+
+;; * Provide a better user interface.  A buffer should be used to keep
+;;   the state and visual representation of a table/game.
+;; * Smarter AIs.
+
 ;;; Requires:
 
 (require 'cl-lib)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]