Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO-List #5

Open
1 of 6 tasks
SuperSaiyajinStackZ opened this issue Feb 20, 2020 · 8 comments
Open
1 of 6 tasks

TODO-List #5

SuperSaiyajinStackZ opened this issue Feb 20, 2020 · 8 comments
Labels
enhancement New feature or request

Comments

@SuperSaiyajinStackZ
Copy link
Member

SuperSaiyajinStackZ commented Feb 20, 2020

  • Finish 3DEins core classes.

  • Add Computer Opponent.

  • Add Local Multiplayer.

  • Add Online(?) Multiplayer. (I may need help on that likely.)

  • Add Fancy Effects. (Like dropping a card for example.)

  • Better Card Graphics. (The current one look bad.)

@SuperSaiyajinStackZ
Copy link
Member Author

Currently in progress:

  • Finish 3DEins core classes.

@SuperSaiyajinStackZ SuperSaiyajinStackZ added the enhancement New feature or request label Feb 20, 2020
@SuperSaiyajinStackZ SuperSaiyajinStackZ pinned this issue Feb 20, 2020
@SuperSaiyajinStackZ
Copy link
Member Author

SuperSaiyajinStackZ commented May 14, 2020

The TODO List will Change now completely. This is the new TODO list now:

  • Initial 3DEins-Core implementation into 3DEins. (This is currently in Progress and should be done tomorrow if everything is going well.)

  • Maybe UI Style changes.

  • Fixing 3DEins Cards. (They look weird currently.)

  • More TODO's coming soon...

@SuperSaiyajinStackZ
Copy link
Member Author

Initial 3DEins-Core implementation is done. Tho, for now only 2 Player work now, 3-4 Player is still WIP.

@SuperSaiyajinStackZ
Copy link
Member Author

4 Player Functionality got added & big cleanup as well for the GameScreen.

Known Issue:

  • std::random_device seems to generate the same CardDeck on every 3DEins start, which makes it really predictable for the game and destroys possibly fun. TODO: Find a better way. Maybe switch back to srand() or so? Not sure yet.

@ghost
Copy link

ghost commented Jun 5, 2020

Gotta update this here:

Planned things:

  • Working on DSEins. (The DS(i) variant of 3DEins.) This version uses 3DEins-Core as well, cause it works pretty well. Initial work has already be worked on and is on the DSEins branch. You will be able to find Releases to both on this repository, since it's not worth to make a DSEins repo.

@ghost
Copy link

ghost commented Jun 8, 2020

The DSEins version is almost initially done now. Just a few things needs to be fixed now.

@ghost
Copy link

ghost commented Jun 9, 2020

DSEins is now "initially" done and merged to master.

@ghost
Copy link

ghost commented Jun 11, 2020

An AI for 3DEins & DSEins has been fully implemented with this commit here. b8a3e00

There are 3 or 4 commits which include AI stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant