I was just barely in the Momotaro generation, and I used to enjoy Momotaro when I was a student. …… But maybe because of various mess, there haven't been any new Momotaro works in the last few years ……
There was information that a new Momotaro will be released this winter, but it will be released with a sad personal 3DS instead of a home game console ... (Maybe I will buy it) Play while sharing the screen with family and friends Can't you do that anymore ...
Alright, if not, let's make it! !! Start up your computer and play a game while sharing the display!
I'm thinking of making it by making full use of the terrifying coding ability. The following is a memorandum. It's my first time to make a game, so I'm going to be frustrated ...
--Variable --name: I want to use the name of the game and the name of the save data --year: Number of years set, up to 1999? --nowM, nowY: Current years and months --Mezot --save, load: Save and load save data.
--Variable --ID: Up to 4, play in order --name: Player's name --cards: List of card IDs of the cards you have --index: Of the station that is stopped --money: Possession amount up to 100 billion? --Mezot --dices: Roll one dice --move: move (what should I do ...) --buyProperties: Buy a property (argument is a list of property IDs) --addCard: Add a card (up to 8 cards, discard more) --trashCard: Discard the card --money: Increase / decrease in money --cards: Use cards (argument is card ID) --canIgo: Can you go? If it can be implemented ... --pay: Debt payment (property sale)
Considering whether it is necessary to use
I heard that sqlite3 can be used for Python, so I decided to use the card list, station data, and property data using the SQLite database.
Recommended Posts