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

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

[elpa] externals/poker 56469f2 10/12: [poker] Version 0.2, update copyri


From: Stefan Monnier
Subject: [elpa] externals/poker 56469f2 10/12: [poker] Version 0.2, update copyright years and add todo
Date: Tue, 1 Dec 2020 16:46:51 -0500 (EST)

branch: externals/poker
commit 56469f23f29dba8f8beefd308b01a0b1bbc81756
Author: Mario Lang <mlang@delysid.org>
Commit: Mario Lang <mlang@delysid.org>

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

diff --git a/poker.el b/poker.el
index a630baf..fbfa78c 100644
--- a/poker.el
+++ b/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 <mlang@delysid.org>
 ;; Maintainer: Mario Lang <mlang@delysid.org>
-;; 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]