comparison lisp/play/pong.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 0d8b17d428b5
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; pong.el --- classical implementation of pong 1 ;;; pong.el --- classical implementation of pong
2 2
3 ;; Copyright 1999, 2000, 2001 by Free Software Foundation, Inc. 3 ;; Copyright 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Author: Benjamin Drieu <bdrieu@april.org> 6 ;; Author: Benjamin Drieu <bdrieu@april.org>
6 ;; Keywords: games 7 ;; Keywords: games
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
19 20
20 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02110-1301, USA.
24 25
25 ;;; Commentary: 26 ;;; Commentary:
26 27
27 ;; This is an implementation of the classical game pong. 28 ;; This is an implementation of the classical game pong.
28 29
457 458
458 459
459 460
460 (provide 'pong) 461 (provide 'pong)
461 462
463 ;;; arch-tag: 1fdf0fc5-13e2-4de4-aae4-09bdd5af99f3
462 ;;; pong.el ends here 464 ;;; pong.el ends here