Game script


 
Thread Tools Search this Thread
Top Forums Programming Game script
Prev   Next
# 1  
Old 11-26-2018
Game script

Hi everyone, I need some help seriously. The game is in text mode. It will be based on questions and answers and simple commands. A menu containing options of the game including:

1-Create a new player.

2-Identify as existing player.

3-Launch a new game: this action opens a new game for an already authenticated player.

4-Continue a saved game: this action allows you to recall an old game.

5-Save the current game.

6-Quit the game: stop the script.

7-During the game a specific key will display the menu described above.

Here is the question how I could create these options, the game is called 4 clues 1 word if someone to meet such a project I will be happy to give me a hand, thank you in advance.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with GREP + CUT - script for automatic update of STEAM GAME AR

Hello, I have a problem with the /etc/rc.d/init.d script to automatically update STEAM GAME ARK. I've converted 3 scripts into one, but something does not work correctly ... The problem is in the file latestavailableupdate.txt / line 36/39. It think the problem is with script, it wrongly... (2 Replies)
Discussion started by: kshishu
2 Replies

2. Shell Programming and Scripting

Creating a text based game using shell script.

Hello guys I'm new to shell scripting and I need to make a game using shell script. I want to know if it is possible for me a total noob to shell scripting to make this game. The game concept is simple: First thing when you launch the script you get a menu in which you select if you want to... (3 Replies)
Discussion started by: Othmane
3 Replies

3. Shell Programming and Scripting

Proper distribution of cards in terminal based crazy8's game in bash script

When I run the following script at the bottom it say cards remaining=44...It should be=35. Can anyone tell me what I'm doing wrong. I've spent hours trying to get this to work and I can't go any further until this part works. thank you in advance Cogiz #!/bin/bash # Date="November, 2016" #... (2 Replies)
Discussion started by: cogiz
2 Replies

4. Shell Programming and Scripting

Tetris Game -- based on a shell script (new algorithm)

GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages Usage: bash Tetris_Game ] ] ] ] Range: #!/bin/bash # Tetris Game // The Art Of Shell Programming box0=(4 30) box1=(4 30 4 32) box2=(4 30 5 32) box3=(4 28 4 30 4 32) box4=(4 28 4 30... (69 Replies)
Discussion started by: complex.invoke
69 Replies

5. Homework & Coursework Questions

Bash Script for Dice Game; Issue with if...else loop to verify user guess is within range

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have written a script for a dice game that: (1) tells user that each of the 2 die are 6 sided (Spots=6); (2)... (3 Replies)
Discussion started by: LaurenRose
3 Replies

6. Shell Programming and Scripting

Bash Script for "simple" racing game.

Hello All, I was wondering if it would be possible to create a "racing" game in script. The game play would be as follows. Script will read the following input: Start |b| | | | | |r| | | | | First player (b) will roll a die to see how many spaces to move. This is will continue until the... (0 Replies)
Discussion started by: jl487
0 Replies

7. Shell Programming and Scripting

Shell Script Poker Game

Original Code Taken from here: http://www.tldp.org/LDP/abs/html/bashver2.html#EX79 The code in the above link displays 4 unique 13 cards hands. I've modified it to deal a hand unique 2 card hand to 2 different players, then deal 5 unique community cards as in Texas Holdem (3 cards, then 1... (8 Replies)
Discussion started by: earnstaf
8 Replies

8. Shell Programming and Scripting

Script for Hangman Game

Any ideas on whats the best way to form a hangman game via bash shell. (0 Replies)
Discussion started by: immyakram
0 Replies

9. UNIX for Dummies Questions & Answers

Game Programming? Help!!

I am interested in learning how to write code for games. I am a C.S. student at UNO but I am in freshman classes and they are so slow. Can anyone recommend any languages to start learning first or any other ways to get started? I have Unix with Solaris in the labs at school and I also have... (4 Replies)
Discussion started by: bjm2020
4 Replies
Login or Register to Ask a Question
TENNIX(6)							   Games Manual 							 TENNIX(6)

NAME
tennix -- A funny 2D tennis game with network play support SYNOPSIS
tennix [options] DESCRIPTION
tennix is a top-view 2D tennis game. It features a two-player game mode and a single-player mode against the computer. This is the SDL port of a DOS game written in 2003. The original game can still be found on the web at http://thp.io/2003/tennix/ CONTROLS
You can select the controls directly in the menu. Usually, in two-player game mode, player 1 plays using W, S, D, E, F and player 2 plays using O, L, K, I, J. You can also play using mouse, gamepad or Joystick. When using network play, you have to configure your opponent with the input device "Network player", and make sure that the opponent does the same thing (but in reverse). P (Un)pause the game F Switch between windowed and fullscreen mode OPTIONS
-f, --fullscreen Start the game in fullscreen mode -b, --benchmark Start the game in benchmark/attract mode (AI vs AI, auto-start, no menu) -m, --master <IP-of-slave> Network play mode; play as master and send input over to slave via the given IP -s, --slave <IP-of-master> Network play mode; play as slave and send input over to master via the given IP -h, --help Show summary of options HOMEPAGE
http://icculus.org/tennix/ AUTHOR
The author and current maintainer of Tennix is Thomas Perl (thp.io/about). This manual page was written by Andrea Colangelo (warp10@ubuntu.com) for the Ubuntu system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. Tennix 2011 Edition February 2011 TENNIX(6)